Skip to content

Commit be5e520

Browse files
committed
docs: update CHANGELOG for 0.11.0 release.
1 parent 0e9a722 commit be5e520

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

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+
321
## 0.10.0 (2023-03-29)
422

523
### Added

0 commit comments

Comments
 (0)