v/0.23.6
版本发布时间: 2024-05-16 23:14:00
rustls/rustls最新发布版本:v/0.23.15(2024-10-16 21:21:05)
- Improve interop with TLS1.2 servers having ECDSA certificates when using aws-lc-rs provider (#1924)
- Ignore data received after
close_notify
(#1950)
What's Changed
- MSRV 1.61 -> 1.63 by @cpu in https://github.com/rustls/rustls/pull/1902
- Install golang on macos runners by @ctz in https://github.com/rustls/rustls/pull/1919
- deps: update cargo semver compatible deps by @cpu in https://github.com/rustls/rustls/pull/1914
- crypto::aws_lc_rs: minor docs nits by @ctz in https://github.com/rustls/rustls/pull/1923
- deps: update cargo semver compatible deps by @cpu in https://github.com/rustls/rustls/pull/1928
- Small correction to the quic::PacketKey::integrity_limit doc by @MOZGIII in https://github.com/rustls/rustls/pull/1930
- README.md: fix spelling error by @ctz in https://github.com/rustls/rustls/pull/1933
- Apply suggestions from clippy 1.78 by @djc in https://github.com/rustls/rustls/pull/1934
- aws-lc-rs: reduce priority of
ECDSA_NISTP521_SHA512
by @ctz in https://github.com/rustls/rustls/pull/1924 - Rename
SignatureScheme::sign
by @ctz in https://github.com/rustls/rustls/pull/1936 - Cargo.lock: update rustls version under hickory by @ctz in https://github.com/rustls/rustls/pull/1937
- ring: cfg-gate the hmac module by @cpu in https://github.com/rustls/rustls/pull/1940
- build: emit rustc-check-cfg for bench, read_buf by @cpu in https://github.com/rustls/rustls/pull/1942
- deps: update cargo semver compatible deps by @cpu in https://github.com/rustls/rustls/pull/1943
- Smaller misc changes extracted from client-side ECH branch by @cpu in https://github.com/rustls/rustls/pull/1944
- bogo: fix config rewriting when cpp is clang by @djc in https://github.com/rustls/rustls/pull/1948
- Warn on lints, don't deny by @djc in https://github.com/rustls/rustls/pull/1949
- Ignore data appearing after close_notify by @djc in https://github.com/rustls/rustls/pull/1950
- Prepare 0.23.6 by @ctz in https://github.com/rustls/rustls/pull/1952
- deps: update cargo semver compatible deps by @cpu in https://github.com/rustls/rustls/pull/1953
New Contributors
- @MOZGIII made their first contribution in https://github.com/rustls/rustls/pull/1930
Full Changelog: https://github.com/rustls/rustls/compare/v/0.23.5...v/0.23.6