v/0.9.0
版本发布时间: 2023-07-07 22:52:37
rustls/rustls最新发布版本:v/0.23.15(2024-10-16 21:21:05)
- Update dependencies.
- Add IO helper function (
complete_io
) torustls::Session
. - Add blocking stream type --
rustls::Stream
-- to ease use on top of blocking sockets.
What's Changed
- Update Google certificate by @pantsman0 in https://github.com/rustls/rustls/pull/71
- Cleaned up enums.rs by @valarauca in https://github.com/rustls/rustls/pull/79
- Typo in PrivateKey doc by @stepancheg in https://github.com/rustls/rustls/pull/83
New Contributors
- @pantsman0 made their first contribution in https://github.com/rustls/rustls/pull/71
Full Changelog: https://github.com/rustls/rustls/compare/v/0.8.0...v/0.9.0