File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,17 @@ Changelog
24
24
* Added :class: `~cryptography.hazmat.primitives.hashes.XOFHash ` to support
25
25
repeated :meth: `~cryptography.hazmat.primitives.hashes.XOFHash.squeeze `
26
26
operations on extendable output functions.
27
+ * Extended the :mod: `X.509 path validation <cryptography.x509.verification> ` API to
28
+ support user-configured extension policies via the
29
+ :meth: `PolicyBuilder.extension_policies <cryptography.x509.verification.PolicyBuilder.extension_policies> ` method.
30
+ * Deprecated the ``subject ``, ``verification_time `` and ``max_chain_depth ``
31
+ properties on :class: `~cryptography.x509.verification.ClientVerifier ` and
32
+ :class: `~cryptography.x509.verification.ServerVerifier ` in favor of a new ``policy `` property.
33
+ These properties will be removed in the next release of ``cryptography ``.
34
+ * **BACKWARDS INCOMPATIBLE: ** The
35
+ :meth: `VerifiedClient.subject <cryptography.x509.verification.VerifiedClient.subjects> `
36
+ property can now be `None ` since a custom extension policy may allow certificates
37
+ without a Subject Alternative Name extension.
27
38
28
39
.. _v44-0-1 :
29
40
You can’t perform that action at this time.
0 commit comments