v/0.21.2
版本发布时间: 2023-07-07 22:23:47
rustls/rustls最新发布版本:v/0.23.15(2024-10-16 21:21:05)
- Bump MSRV to 1.60 to track similar change in dependencies.
- Differentiate between unexpected and expected EOF in
Stream
andOwnedStream
. -
RootCertStore::add_parsable_certificates
now takes a&[impl AsRef<[u8]>]
. - Add QUIC V2 support.
What's Changed
- Lint: remove calls to PhantomData::default by @Smaug123 in https://github.com/rustls/rustls/pull/1296
- Only check library against MSRV by @djc in https://github.com/rustls/rustls/pull/1302
- expand documentation for Certificate and PrivateKey by @folkertdev in https://github.com/rustls/rustls/pull/1301
- stream: avoid swallowing unexpected eof condition. by @cpu in https://github.com/rustls/rustls/pull/1299
- Take
&[u8]
inRootCertStore::add_parsable_certificates()
by @daxpedda in https://github.com/rustls/rustls/pull/1305 - Implement QUIC V2 by @Ralith in https://github.com/rustls/rustls/pull/1057
- tests: start on de-duplicating stream API tests. by @cpu in https://github.com/rustls/rustls/pull/1306
- Move MSRV to 1.60 by @ctz in https://github.com/rustls/rustls/pull/1312
- Take latest bogo test suite by @ctz in https://github.com/rustls/rustls/pull/1314
- docs: add help for diagnosing BoGo failures. by @cpu in https://github.com/rustls/rustls/pull/1316
- Fix typo in
ConfigBuilder::with_root_certificates()
by @daxpedda in https://github.com/rustls/rustls/pull/1317 - Prepare 0.21.2 by @daxpedda in https://github.com/rustls/rustls/pull/1318
New Contributors
- @Smaug123 made their first contribution in https://github.com/rustls/rustls/pull/1296
- @folkertdev made their first contribution in https://github.com/rustls/rustls/pull/1301
Full Changelog: https://github.com/rustls/rustls/compare/v/0.21.1...v/0.21.2