aboutsummaryrefslogtreecommitdiffstats
path: root/docs/x509/reference.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-12-25 16:36:46 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-12-25 17:02:41 -0600
commitc6242dcaa972b0dd53af1ed8eedfd9b797dbaf2f (patch)
tree163822ce55fb46e8133dfbcf2fa779da363c3ba3 /docs/x509/reference.rst
parentcad8ae268c5009c989b765021404ff8c86df1d8b (diff)
downloadcryptography-c6242dcaa972b0dd53af1ed8eedfd9b797dbaf2f.tar.gz
cryptography-c6242dcaa972b0dd53af1ed8eedfd9b797dbaf2f.tar.bz2
cryptography-c6242dcaa972b0dd53af1ed8eedfd9b797dbaf2f.zip
rename CRLExtensionOID to CRLEntryExtensionOID
Diffstat (limited to 'docs/x509/reference.rst')
-rw-r--r--docs/x509/reference.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/x509/reference.rst b/docs/x509/reference.rst
index 8d8bda4b..3d993649 100644
--- a/docs/x509/reference.rst
+++ b/docs/x509/reference.rst
@@ -2263,6 +2263,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