Skip to content

Commit

Permalink
CHANGELOG: record #8873 (#10035)
Browse files Browse the repository at this point in the history
* CHANGELOG: record #8873

Signed-off-by: William Woodruff <[email protected]>

* docs/x509/verification: clean up, update note

Signed-off-by: William Woodruff <[email protected]>

* add module ref

Signed-off-by: William Woodruff <[email protected]>

* CHANGELOG: Cryptograpy's -> our

Signed-off-by: William Woodruff <[email protected]>

* CHANGELOG: reflow, better linkage

Signed-off-by: William Woodruff <[email protected]>

---------

Signed-off-by: William Woodruff <[email protected]>
  • Loading branch information
woodruffw authored Dec 22, 2023
1 parent 3763aa7 commit 38461e1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ Changelog
* Added support for
:class:`~cryptography.hazmat.primitives.ciphers.aead.AESGCMSIV` when using
OpenSSL 3.2.0+.
* Added the :mod:`X.509 path validation <cryptography.x509.verification>` APIs
for :class:`~cryptography.x509.Certificate` chains. These APIs should be
considered unstable and not subject to our stability guarantees until
documented as such in a future release.

.. _v41-0-7:

Expand Down
13 changes: 7 additions & 6 deletions docs/x509/verification.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
X.509 verification
X.509 Verification
==================

.. currentmodule:: cryptography.x509.verification

Support for X.509 certificate verification, also known as path validation,
chain building, etc.
.. module:: cryptography.x509.verification

Support for X.509 certificate verification, also known as path validation
or chain building.

.. note::
This module is a work in progress, and does not yet contain a fully usable
X.509 path validation implementation. These APIs should be considered
experimental and not yet subject to our backwards compatibility policy.
While usable, these APIs should be considered experimental and not yet
subject to our backwards compatibility policy.

.. class:: Store(certs)

Expand Down

0 comments on commit 38461e1

Please sign in to comment.