Skip to content

0.27.7

Latest
Compare
Choose a tag to compare
@djc djc released this 06 Jun 09:31
v/0.27.7
  • Seal the ConfigBuilderExt trait. This is an extension trait used to offer a more convenient server verifier configuration API. This is technically a breaking change, but we think it is unlikely that anyone has actually implemented this trait.
  • Upgrade to rustls-platform-verifier 0.6. Because the platform verifier is now initializing its root certificate store on some platforms eagerly (on initialization rather than on first use), infallible API for setting up the platform verifier has been deprecated in favor of newly added fallible API.

What's Changed

  • Upgrade to rustls-platform-verifier 0.6 by @djc in #303