aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-05-01 23:14:20 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-05-26 19:49:48 -0500
commit16fae766a47f84cab9dd153b92c249a40b27723e (patch)
tree237c19e43e0e6366937c473b78bab75c583616a2 /docs
parent7e6172104ee755fa92f202a7fd47bca8d38f01da (diff)
downloadcryptography-16fae766a47f84cab9dd153b92c249a40b27723e.tar.gz
cryptography-16fae766a47f84cab9dd153b92c249a40b27723e.tar.bz2
cryptography-16fae766a47f84cab9dd153b92c249a40b27723e.zip
InhibitAnyPolicy class
Diffstat (limited to 'docs')
-rw-r--r--docs/x509.rst22
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/x509.rst b/docs/x509.rst
index d355edc7..594cd81d 100644
--- a/docs/x509.rst
+++ b/docs/x509.rst
@@ -930,6 +930,24 @@ X.509 Extensions
removed from the CRL. This reason cannot be used as a reason flag
in a :class:`DistributionPoint`.
+.. class:: InhibitAnyPolicy
+
+ .. versionadded:: 1.0
+
+ The inhibit ``anyPolicy`` extension indicates that the special OID
+ :data:`OID_ANY_POLICY`, is not considered an explicit match for other
+ :class:`CertificatePolicies` except when it appears in an intermediate
+ self-issued CA certificate. The value indicates the number of additional
+ non-self-issued certificates that may appear in the path before
+ :data:`OID_ANY_POLICY` is no longer permitted. For example, a value
+ of one indicates that :data:`OID_ANY_POLICY` may be processed in
+ certificates issued by the subject of this certificate, but not in
+ additional certificates in the path.
+
+ .. attribute:: skip_certs
+
+ :type: int
+
.. class:: CertificatePolicies
.. versionadded:: 0.9
@@ -1221,6 +1239,10 @@ Policy Qualifier OIDs
Corresponds to the dotted string ``"1.3.6.1.5.5.7.2.2"``.
+.. data:: OID_ANY_POLICY
+
+ Corresponds to the dotted string ``"2.5.29.32.0"``.
+
.. _extension_oids:
Extension OIDs