aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2017-07-03 10:07:02 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2017-07-03 09:07:02 -0500
commitb7912eea2ab25a16f77cd60889d8529d9f5aafa2 (patch)
tree4852ea3714f6dc47a1976ef2320bfccd097700b4 /docs
parentbb31501f41464c4af069565ff59167ddcb4c84c7 (diff)
downloadcryptography-b7912eea2ab25a16f77cd60889d8529d9f5aafa2.tar.gz
cryptography-b7912eea2ab25a16f77cd60889d8529d9f5aafa2.tar.bz2
cryptography-b7912eea2ab25a16f77cd60889d8529d9f5aafa2.zip
Fixes #3745 -- add the any EKU EKU (#3750)
* Fixes #3745 -- add the any EKU EKU * docs * whitespace * versionadded
Diffstat (limited to 'docs')
-rw-r--r--docs/x509/reference.rst7
1 files changed, 7 insertions, 0 deletions
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