rename CRLExtensionOID to CRLEntryExtensionOID
diff --git a/docs/x509/reference.rst b/docs/x509/reference.rst
index 8d8bda4..3d99364 100644
--- a/docs/x509/reference.rst
+++ b/docs/x509/reference.rst
@@ -2263,6 +2263,22 @@
         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