diff options
Diffstat (limited to 'docs/x509')
-rw-r--r-- | docs/x509/reference.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/x509/reference.rst b/docs/x509/reference.rst index 07a692a8..5e814916 100644 --- a/docs/x509/reference.rst +++ b/docs/x509/reference.rst @@ -2934,6 +2934,12 @@ instances. The following common OIDs are available as constants. Corresponds to the dotted string ``"2.5.29.46"``. The identifier for the :class:`~cryptography.x509.FreshestCRL` extension type. + .. attribute:: ISSUING_DISTRIBUTION_POINT + + .. versionadded:: 2.4 + + Corresponds to the dotted string ``"2.5.29.28"``. + .. class:: CRLEntryExtensionOID |