v/0.19.0
版本发布时间: 2023-07-07 22:42:33
rustls/rustls最新发布版本:v/0.23.15(2024-10-16 21:21:05)
- Ensured that
get_peer_certificates
is both better documented, and works uniformly for both full-handshake and resumed sessions. - Fix bug: fully qualified hostnames should have had their trailing dot stripped when quoted in the SNI extension.
What's Changed
- add export_keying_material support in QUIC mode by @kwantam in https://github.com/rustls/rustls/pull/399
- Fix typo in README.md by @emosenkis in https://github.com/rustls/rustls/pull/393
- Improve OwnedTrustAnchor to/from TrustAnchor interop by @chrisvittal in https://github.com/rustls/rustls/pull/406
- Downgrade warning about client being unwilling to resume (see #410) by @djc in https://github.com/rustls/rustls/pull/411
- Update base64 requirement from 0.12.3 to 0.13.0 by @dependabot-preview in https://github.com/rustls/rustls/pull/403
- Update env_logger requirement from 0.7.1 to 0.8.2 by @dependabot-preview in https://github.com/rustls/rustls/pull/420
New Contributors
- @kwantam made their first contribution in https://github.com/rustls/rustls/pull/399
- @emosenkis made their first contribution in https://github.com/rustls/rustls/pull/393
- @chrisvittal made their first contribution in https://github.com/rustls/rustls/pull/406
Full Changelog: https://github.com/rustls/rustls/compare/v/0.18.1...v/0.19.0