v/0.3.1
0.3.1
- New
rustls_platform_verifier::tls_config_with_provider()function for convenient construction of arustls::ClientConfigconfigured with the platform verifier, and a specificrustls::crypto::CryptoProvider. - New
Verifier::with_provider()andVerifier::set_provider()fns for constructing or updating aVerifierwith a specificrustls::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
- @jbr made their first contribution in #80
- @ErikEverson made their first contribution in #78
Full Changelog: v/0.3.0...v/0.3.1