From 6e756aec9c91a8350208050b0a3775ea63891cfd Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Mon, 29 Oct 2018 02:07:40 +0800 Subject: add IDP OID and docs (#4533) --- docs/x509/reference.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/x509') 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 -- cgit v1.2.3