Skip to content

0.27.0

Compare
Choose a tag to compare
@cpu cpu released this 26 Mar 17:17
· 6 commits to main since this release

Changed

  • Rustls updated to 0.23
  • Default cryptography provider changed to aws-lc-rs to match upstream Rustls project. Note that this has some implications on platform support and build-time tool requirements such as cmake on all platforms and nasm on Windows.
    Support for ring continues to be available: set the ring crate feature.

Added

  • New with_platform_verifier connector builder fns for using rustls-platform-verifier for certificate verification. Requires the optional rustls-platform-verifier feature be enabled.
  • New HttpsConnector::builder fn for conveniently constructing a ConnectorBuilder.

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

Full Changelog: v/0.26.0...v/0.27.0