From 9bab0edd9cb94825157ce9d491e3474ebb7d6afd Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 20 Mar 2017 09:50:52 -0400 Subject: 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 --- 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 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 -- cgit v1.2.3