v/0.23.7
版本发布时间: 2024-05-18 01:37:05
rustls/rustls最新发布版本:v/0.23.15(2024-10-16 21:21:05)
-
send_close_notify
is now idempotent, in case it is accidentally called more than once. -
read_tls
now refuses to read further data after aclose_notify
is received, by returningOk(0)
(ie, an EOF). - Correct fix in 0.23.6 to properly discard data after
close_notify
received, avoiding a spuriousDecryptError
on subsequent calls toprocess_new_packets()
.
What's Changed
- Avoid sending multiple close notifies by @ctz in https://github.com/rustls/rustls/pull/1955
Full Changelog: https://github.com/rustls/rustls/compare/v/0.23.6...v/0.23.7