aboutsummaryrefslogtreecommitdiffstats
path: root/docs/x509
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-12-21 21:17:39 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-12-21 21:17:39 -0600
commit51f39cbf4f18ad2d9ddb05f07aa6992a3960eab3 (patch)
tree86e94011a160d3bb507ac9c4a2bb058621d7a80a /docs/x509
parenta04e032be907759af8d5b838fc94d581c49b484a (diff)
downloadcryptography-51f39cbf4f18ad2d9ddb05f07aa6992a3960eab3.tar.gz
cryptography-51f39cbf4f18ad2d9ddb05f07aa6992a3960eab3.tar.bz2
cryptography-51f39cbf4f18ad2d9ddb05f07aa6992a3960eab3.zip
support parsing CRL extensions in the OpenSSL backend
Diffstat (limited to 'docs/x509')
-rw-r--r--docs/x509/reference.rst6
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