diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-12-22 10:54:25 -0500 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-12-22 10:54:25 -0500 |
commit | d05b0bd046be891957db6c8b1f78de492230d211 (patch) | |
tree | cc378c7a4971b3c7e2b9e68ca97e0f664d4f36f4 /docs/x509/reference.rst | |
parent | 1f32f2d28fd67e0671d2710c550c1044b7588acc (diff) | |
parent | 109237fd0a165966abcb2e6a8c687e7280483647 (diff) | |
download | cryptography-d05b0bd046be891957db6c8b1f78de492230d211.tar.gz cryptography-d05b0bd046be891957db6c8b1f78de492230d211.tar.bz2 cryptography-d05b0bd046be891957db6c8b1f78de492230d211.zip |
Merge pull request #2543 from reaperhulk/crl-extensions
support parsing CRL extensions in the OpenSSL backend
Diffstat (limited to 'docs/x509/reference.rst')
-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 |