Releases: rustls/rustls
Releases · rustls/rustls
0.23.37
0.23.36
0.23.35
There was a regression in 0.23.23 and later where an empty value passed in ConfigBuilder::with_single_cert_with_ocsp() resulted in sending an empty OCSP value (instead of not sending anything). Thanks to @vuongDang for reporting and fixing.
What's Changed
0.23.34
0.23.33
- New feature: foundational support for QUIC multipath draft - #2706 thanks to @flub and @divagant-martian
- Bug fix: avoid long-running TLS1.3 connections from eventually failing with
PeerMisbehaved::TooManyKeyUpdateRequests- #2709
What's Changed
New Contributors
Full Changelog: v/0.23.32...v/0.23.33
rustls-post-quantum 0.2.4
0.23.32
New feature: support verification of P256+SHA512 and P384-SHA512 ECDSA signatures with aws-lc-rs. This is not a recommended combination, but such signatures exist in the wild. Fixes #2661 and #2477.
What's Changed
Full Changelog: v/0.23.31...v/0.23.32
0.23.31
0.23.30
- Fixes a bug with the unbuffered connection API that could result in deframing junk data after a close notify alert was received.
- Updates
Connection::complete_io()to yield aWouldBlockerror when both read/write operations are blocked.
What's Changed
- Clarify the ambiguous process-level CryptoProvider error by @cpu in #2561
- 0.23: cherry-pick of fixes to
complete_io()with non-blocking transport by @ctz in #2578 - sign: make public_key_to_spki() public by @djc in #2580
- 0.23.30 release prep & 2575 backport by @cpu in #2576
Full Changelog: v/0.23.29...v/0.23.30