Commit be5e520 1 parent 0e9a722 commit be5e520 Copy full SHA for be5e520
File tree 1 file changed +18
-0
lines changed
1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
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
+
3
21
## 0.10.0 (2023-03-29)
4
22
5
23
### Added
You can’t perform that action at this time.
0 commit comments