aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development/test-vectors.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-05-02 09:10:42 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2015-05-02 09:10:42 -0400
commitc4b698e621df67ee100834a52b8c9846a681cf62 (patch)
treeb8b6a2d7940ca861f709da64f7a22224565e5795 /docs/development/test-vectors.rst
parent04311f9700630a4ef2d6fbf9b411188a743f52c7 (diff)
parent67a62c832b5236316a89cb99f8e4154c0f4ac4ec (diff)
downloadcryptography-c4b698e621df67ee100834a52b8c9846a681cf62.tar.gz
cryptography-c4b698e621df67ee100834a52b8c9846a681cf62.tar.bz2
cryptography-c4b698e621df67ee100834a52b8c9846a681cf62.zip
Merge pull request #1885 from reaperhulk/iap-vectors
add inhibit any policy test vectors
Diffstat (limited to 'docs/development/test-vectors.rst')
-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 e207551a..f6eecfec 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -156,6 +156,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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~