diff options
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 |