diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2017-03-20 09:50:52 -0400 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2017-03-20 09:50:52 -0400 |
commit | 9bab0edd9cb94825157ce9d491e3474ebb7d6afd (patch) | |
tree | 8f3137b62d8e7a2688dc8946186a3d44c657ed67 /docs | |
parent | 5f9c5cb4b8a96941d91904c88339a4dfbe024487 (diff) | |
download | cryptography-9bab0edd9cb94825157ce9d491e3474ebb7d6afd.tar.gz cryptography-9bab0edd9cb94825157ce9d491e3474ebb7d6afd.tar.bz2 cryptography-9bab0edd9cb94825157ce9d491e3474ebb7d6afd.zip |
Refs #3461 -- added the OID for the SCT x.509 extension (#3464)
* Refs #3461 -- added the OID for the SCT x.509 extension
* Version added
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 1823231f..1177dba4 100644 --- a/docs/x509/reference.rst +++ b/docs/x509/reference.rst @@ -2605,6 +2605,12 @@ instances. The following common OIDs are available as constants. the ``CRLNumber`` extension type. This extension only has meaning for certificate revocation lists. + .. attribute:: PRECERT_SIGNED_CERTIFICATE_TIMESTAMPS + + .. versionadded:: 1.9 + + Corresponds to the dotted string ``"1.3.6.1.4.1.11129.2.4.2"``. + .. attribute:: POLICY_CONSTRAINTS Corresponds to the dotted string ``"2.5.29.36"``. The identifier for the |