Skip to content

v/0.4.0

Latest
Compare
Choose a tag to compare
@complexspaces complexspaces released this 02 Nov 01:51
· 3 commits to main since this release
  • Improved support for "extra" roots - the ability to specify additional root certificates beyond the platform's own roots has been extended to all supported platforms with the exception of Android (TBD). This can be used for additive configuration, for example to support all system roots and additionally some internal, or company specific, roots. The existing Linux/UNIX verifier's new_with_extra_roots() fn now accepts impl IntoIterator<Item = pki_types::TrustAnchor<'static>> in place of Vec<pki_types::CertificateDer<'static>> to better harmonize with the other platforms.
  • Replace winapi with windows-sys - the latter is a 1st party Microsoft crate with better on-going support.
  • Improved documentation - the README has been updated to better describe the differences between this crate and other available options.
  • Added new BuilderVerifierExt and ConfigVerifierExt traits which provide with_platform_verifier() methods for easier rustls client configuration. These intend to replace tls_config and tls_config_with_provider, which are now deprecated.

What's Changed

New Contributors

Full Changelog: v/0.3.4...v/0.4.0