diff options
| author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2018-10-29 02:07:40 +0800 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2018-10-28 14:07:40 -0400 |
| commit | 6e756aec9c91a8350208050b0a3775ea63891cfd (patch) | |
| tree | a7935c780198a0bd2921f39188b65f28e580d5c9 /docs | |
| parent | 80a0ab454f4e6a8a76ac9d45481522bcc22535c7 (diff) | |
| download | cryptography-6e756aec9c91a8350208050b0a3775ea63891cfd.tar.gz cryptography-6e756aec9c91a8350208050b0a3775ea63891cfd.tar.bz2 cryptography-6e756aec9c91a8350208050b0a3775ea63891cfd.zip | |
add IDP OID and docs (#4533)
Diffstat (limited to 'docs')
| -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 |
