0.27.0
Changed
- Rustls updated to 0.23
- Default cryptography provider changed to
aws-lc-rsto match upstream Rustls project. Note that this has some implications on platform support and build-time tool requirements such ascmakeon all platforms andnasmon Windows.
Support for ring continues to be available: set theringcrate feature.
Added
- New
with_platform_verifierconnector builder fns for using rustls-platform-verifier for certificate verification. Requires the optionalrustls-platform-verifierfeature be enabled. - New
HttpsConnector::builderfn for conveniently constructing aConnectorBuilder.
Changelog
- Add built-in support for rustls-platform-verifier by @djc in #253
- Cargo.toml: add aws-lc-rs feature as crypto backend by @BiagioFesta in #255
- feat: add a builder() method to HttpsConnector by @Fishrock123 in #259
- 0.27.0 preparation, Rustls 0.23 update by @cpu in #266
New Contributors
- @BiagioFesta made their first contribution in #255
- @Fishrock123 made their first contribution in #259
Full Changelog: v/0.26.0...v/0.27.0