From b7912eea2ab25a16f77cd60889d8529d9f5aafa2 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 3 Jul 2017 10:07:02 -0400 Subject: Fixes #3745 -- add the any EKU EKU (#3750) * Fixes #3745 -- add the any EKU EKU * docs * whitespace * versionadded --- docs/x509/reference.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs') diff --git a/docs/x509/reference.rst b/docs/x509/reference.rst index 5a903b95..7cc72711 100644 --- a/docs/x509/reference.rst +++ b/docs/x509/reference.rst @@ -2511,6 +2511,13 @@ instances. The following common OIDs are available as constants. Corresponds to the dotted string ``"1.3.6.1.5.5.7.3.9"``. This is used to denote that a certificate may be used for signing OCSP responses. + .. attribute:: ANY_EXTENDED_KEY_USAGE + + .. versionadded:: 2.0 + + Corresponds to the dotted string ``"2.5.29.37.0"``. This is used to + denote that a certificate may be used for _any_ purposes. + .. class:: AuthorityInformationAccessOID -- cgit v1.2.3