diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-12-25 20:02:59 -0500 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-12-25 20:02:59 -0500 |
commit | 4f76921ad87d71067158625aa0afedbba8ae1314 (patch) | |
tree | 294cb29dc365c5a70dbf15768549d45ea98a3027 /docs/x509/reference.rst | |
parent | baacf1a8ca88a3873d7c4cc3055b1e4564c879c4 (diff) | |
parent | fd4028e73ac508c94148cf803170ec792a94a66f (diff) | |
download | cryptography-4f76921ad87d71067158625aa0afedbba8ae1314.tar.gz cryptography-4f76921ad87d71067158625aa0afedbba8ae1314.tar.bz2 cryptography-4f76921ad87d71067158625aa0afedbba8ae1314.zip |
Merge pull request #2574 from reaperhulk/rename-crlextension
rename CRLExtensionOID to CRLEntryExtensionOID
Diffstat (limited to 'docs/x509/reference.rst')
-rw-r--r-- | docs/x509/reference.rst | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/x509/reference.rst b/docs/x509/reference.rst index e02d4b20..ea22ab0b 100644 --- a/docs/x509/reference.rst +++ b/docs/x509/reference.rst @@ -2278,6 +2278,22 @@ instances. The following common OIDs are available as constants. the ``CRLNumber`` extension type. This extension only has meaning for certificate revocation lists. +.. class:: CRLEntryExtensionOID + + .. versionadded:: 1.2 + + .. attribute:: CERTIFICATE_ISSUER + + Corresponds to the dotted string ``"2.5.29.29"``. + + .. attribute:: CRL_REASON + + Corresponds to the dotted string ``"2.5.29.21"``. + + .. attribute:: INVALIDITY_DATE + + Corresponds to the dotted string ``"2.5.29.24"``. + Exceptions ~~~~~~~~~~ .. currentmodule:: cryptography.x509 |