v/0.21.1
版本发布时间: 2023-07-07 22:23:16
rustls/rustls最新发布版本:v/0.23.15(2024-10-16 21:21:05)
- Remove
warn
-level logging from code paths that also return arustls::Error
with the same information. - Bug fix: ensure
ConnectionCommon::complete_io
flushes pending writes. - Bug fix: correct encoding of acceptable issuer subjects when rustls operates as a server requesting client authentication. This was a regression introduced in 0.21.0.
What's Changed
- docs: tidy README for 0.21.0 release. by @cpu in https://github.com/rustls/rustls/pull/1264
- docs: remove future release notes. by @cpu in https://github.com/rustls/rustls/pull/1265
- Document 1.57 as min supported version in README by @dnsco in https://github.com/rustls/rustls/pull/1266
- handshake: show illegal SNI hostname as lossy str. by @cpu in https://github.com/rustls/rustls/pull/1267
- build(deps): update webpki-roots requirement from 0.22 to 0.23 by @dependabot in https://github.com/rustls/rustls/pull/1269
- Update PrivateKey docs to note Sec1 support by @sfackler in https://github.com/rustls/rustls/pull/1268
- docs: fix broken link in ClientCertVerifier docs. by @cpu in https://github.com/rustls/rustls/pull/1270
- Drop log messages on error paths by @djc in https://github.com/rustls/rustls/pull/1278
- docs: replace dead Ring link from README. by @cpu in https://github.com/rustls/rustls/pull/1279
- conn: ensure complete_io flushes pending writes. by @cpu in https://github.com/rustls/rustls/pull/1273
- Update link by @ofek in https://github.com/rustls/rustls/pull/1284
- examples: separate connectivity tests into crate. by @cpu in https://github.com/rustls/rustls/pull/1282
- verify: remove two unneeded allow(deprecated) annotations. by @cpu in https://github.com/rustls/rustls/pull/1290
- Fix OwnedTrustAnchor::subject() by @ctz in https://github.com/rustls/rustls/pull/1289
New Contributors
- @dnsco made their first contribution in https://github.com/rustls/rustls/pull/1266
- @sfackler made their first contribution in https://github.com/rustls/rustls/pull/1268
- @ofek made their first contribution in https://github.com/rustls/rustls/pull/1284
Full Changelog: https://github.com/rustls/rustls/compare/v/0.21.0...v/0.21.1