We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c48120 commit b4a9803Copy full SHA for b4a9803
CHANGELOG.md
@@ -1,5 +1,23 @@
1
# Changelog
2
3
+## 0.11.0 (2023-07-14)
4
+
5
+### Added
6
7
+- Added support for providing certificate revocation lists (CRLs) to client
8
+ certificate verifiers via the new builder types. (#324).
9
+- Some new certificate revocation list related error codes starting with
10
+ RUSTLS_RESULT_CERT_REVOCATION_LIST. (#324).
11
12
+### Changed
13
14
+- rustls_client_cert_verifier became
15
+ rustls_allow_any_authenticated_client_verifier and must be constructed from a
16
+ rustls_allow_any_authenticated_client_builder.
17
+- rustls_client_cert_verifier_optional became
18
+ rustls_allow_any_anonymous_or_authenticated_client_verifier and must be
19
+ constructed from a rustls_allow_any_anonymous_or_authenticated_client_builder.
20
21
## 0.10.0 (2023-03-29)
22
23
### Added
0 commit comments