aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-05-01 23:15:58 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-05-01 23:15:58 -0500
commit67a62c832b5236316a89cb99f8e4154c0f4ac4ec (patch)
treeb752f85b028ff5e37d66937fef589fc6f0ed07df /docs/development
parent12953e390654ae5ea0195558a4f78cf2ae01cb8f (diff)
downloadcryptography-67a62c832b5236316a89cb99f8e4154c0f4ac4ec.tar.gz
cryptography-67a62c832b5236316a89cb99f8e4154c0f4ac4ec.tar.bz2
cryptography-67a62c832b5236316a89cb99f8e4154c0f4ac4ec.zip
add inhibit any policy test vectors
Diffstat (limited to 'docs/development')
-rw-r--r--docs/development/test-vectors.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst
index 622a9d70..d6782600 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -154,6 +154,10 @@ Custom X.509 Vectors
subject alternative name extension with an ``iPAddress`` value.
* ``san_dirname.pem`` - An RSA 2048 bit self-signed certificate containing a
subject alternative name extension with a ``directoryName`` value.
+* ``inhibit_any_policy_5.pem`` - An RSA 2048 bit self-signed certificate
+ containing an inhibit any policy extension with the value 5.
+* ``inhibit_any_policy_negative.pem`` - An RSA 2048 bit self-signed certificate
+ containing an inhibit any policy extension with the value -1.
Custom X.509 Request Vectors
~~~~~~~~~~~~~~~~~~~~~~~~~~~~