Skip to content

v/0.3.1

Latest
Compare
Choose a tag to compare
@cpu cpu released this 10 Apr 16:02
· 7 commits to main since this release

0.3.1

  • New rustls_platform_verifier::tls_config_with_provider() function for convenient construction of a rustls::ClientConfig configured with the platform verifier, and a specific rustls::crypto::CryptoProvider.
  • New Verifier::with_provider() and Verifier::set_provider() fns for constructing or updating a Verifier with a specific rustls::crypto::CryptoProvider.
  • Support for Apple tvOS.

What's Changed

  • docs: fix broken docs link to with_custom_certificate_verifier by @jbr in #80
  • ci: add dependabot, update actions by @cpu in #83
  • Vet docs in CI by @cpu in #82
  • feat: add Verifier::set_provider and Verifier::with_provider by @jbr in #81
  • feat: rustls_platform_verifier::tls_config_with_provider by @jbr in #86
  • Added tvOS support by @ErikEverson in #78
  • 0.3.1 release preparation by @cpu in #88

New Contributors

Full Changelog: v/0.3.0...v/0.3.1