v/0.23.4
版本发布时间: 2024-03-25 23:13:30
rustls/rustls最新发布版本:v/0.23.15(2024-10-16 21:21:05)
-
Bug fix: correct cipher suite filtering if a custom certificate verifier offers support for
SignatureScheme::ECDSA_SHA1_Legacy
. - Improve documentation and example code around
AcceptedAlert::write
What's Changed
- ClientKeyExchangeParams: widen feature gate to avoid clippy lint by @ctz in https://github.com/rustls/rustls/pull/1866
- Add path for rustls-post-quantum -> rustls dependency by @ctz in https://github.com/rustls/rustls/pull/1865
- Correct ECDSA-SHA1 allergy by @ctz in https://github.com/rustls/rustls/pull/1869
- Improve AcceptedAlert::write documentation, example usage by @cpu in https://github.com/rustls/rustls/pull/1868
- Further new nightly clippy corrections by @ctz in https://github.com/rustls/rustls/pull/1872
Full Changelog: https://github.com/rustls/rustls/compare/v/0.23.3...v/0.23.4