diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-12-21 21:17:39 -0600 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-12-21 21:17:39 -0600 |
commit | 51f39cbf4f18ad2d9ddb05f07aa6992a3960eab3 (patch) | |
tree | 86e94011a160d3bb507ac9c4a2bb058621d7a80a /docs | |
parent | a04e032be907759af8d5b838fc94d581c49b484a (diff) | |
download | cryptography-51f39cbf4f18ad2d9ddb05f07aa6992a3960eab3.tar.gz cryptography-51f39cbf4f18ad2d9ddb05f07aa6992a3960eab3.tar.bz2 cryptography-51f39cbf4f18ad2d9ddb05f07aa6992a3960eab3.zip |
support parsing CRL extensions in the OpenSSL backend
Diffstat (limited to 'docs')
-rw-r--r-- | docs/x509/reference.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/x509/reference.rst b/docs/x509/reference.rst index d0606330..dace8c1b 100644 --- a/docs/x509/reference.rst +++ b/docs/x509/reference.rst @@ -2097,6 +2097,12 @@ instances. The following common OIDs are available as constants. identifier for the :class:`~cryptography.x509.OCSPNoCheck` extension type. + .. attribute:: CRL_NUMBER + + Corresponds to the dotted string ``"2.5.29.20"``. The identifier for + the ``CRLNumber`` extension type. This extension only has meaning + for certificate revocation lists. + Exceptions ~~~~~~~~~~ .. currentmodule:: cryptography.x509 |