Skip to content

v0.11.0

Compare
Choose a tag to compare
@cpu cpu released this 20 Jul 19:14
· 230 commits to main since this release
v0.11.0

Added

  • Added support for providing certificate revocation lists (CRLs) to client certificate verifiers via the new builder types. (#324).
  • Some new certificate revocation list related error codes starting with RUSTLS_RESULT_CERT_REVOCATION_LIST. (#324).

Changed

  • rustls_client_cert_verifier became rustls_allow_any_authenticated_client_verifier and must be constructed from a rustls_allow_any_authenticated_client_builder.
  • rustls_client_cert_verifier_optional became rustls_allow_any_anonymous_or_authenticated_client_verifier and must be constructed from a rustls_allow_any_anonymous_or_authenticated_client_builder.