Skip to content

Commit

Permalink
docs: update CHANGELOG for 0.11.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpu committed Jul 18, 2023
1 parent 0e9a722 commit be5e520
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## 0.11.0 (2023-07-14)

### 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.

## 0.10.0 (2023-03-29)

### Added
Expand Down

0 comments on commit be5e520

Please sign in to comment.