From 51f39cbf4f18ad2d9ddb05f07aa6992a3960eab3 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Mon, 21 Dec 2015 21:17:39 -0600 Subject: support parsing CRL extensions in the OpenSSL backend --- docs/x509/reference.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs') 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 -- cgit v1.2.3