support parsing CRL extensions in the OpenSSL backend
diff --git a/docs/x509/reference.rst b/docs/x509/reference.rst
index d060633..dace8c1 100644
--- a/docs/x509/reference.rst
+++ b/docs/x509/reference.rst
@@ -2097,6 +2097,12 @@
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