Skip to content

Commit

Permalink
CHANGELOG: record new X.509 client verification APIs (pyca#10615)
Browse files Browse the repository at this point in the history
  • Loading branch information
woodruffw authored Mar 21, 2024
1 parent 71e4ae3 commit 9482fde
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ htmlcov/
*.py[cdo]
.hypothesis/
target/
.rust-cov/
.rust-cov/
*.lcov
*.profdata
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ Changelog
They will be removed from the ``cipher`` module in 48.0.0.
* Added support for deterministic
:class:`~cryptography.hazmat.primitives.asymmetric.ec.ECDSA` (:rfc:`6979`)
* Added support for client certificate verification to the
:mod:`X.509 path validation <cryptography.x509.verification>` APIs in the
form of :class:`~cryptography.x509.verification.ClientVerifier`,
:class:`~cryptography.x509.verification.VerifiedClient`, and
``PolicyBuilder``
:meth:`~cryptography.x509.verification.PolicyBuilder.build_client_verifier`.

.. _v42-0-5:

Expand Down

0 comments on commit 9482fde

Please sign in to comment.