aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-06-17 21:52:32 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-06-17 21:52:32 -0600
commit773356295fde3573a532455e20a92331642993c0 (patch)
tree000f400663b7de2be6de9c99b6f2ad8dc200fe68 /docs
parent9e1103e878218cca79ccd7e037f5becc5b159db2 (diff)
downloadcryptography-773356295fde3573a532455e20a92331642993c0.tar.gz
cryptography-773356295fde3573a532455e20a92331642993c0.tar.bz2
cryptography-773356295fde3573a532455e20a92331642993c0.zip
add x509 policy constraints test vectors
Diffstat (limited to 'docs')
-rw-r--r--docs/development/test-vectors.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst
index 02cc122b..c9ee5dc1 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -205,6 +205,13 @@ Custom X.509 Vectors
with no explicit text.
* ``ocsp_nocheck.pem`` - An RSA 2048 bit self-signed certificate containing
an ``OCSPNoCheck`` extension.
+* ``pc_inhibit_require.pem`` - An RSA 2048 bit self-signed certificate
+ containing a policy constraints extension with both inhibit policy mapping
+ and require explicit policy elements.
+* ``pc_inhibit.pem`` - An RSA 2048 bit self-signed certificate containing a
+ policy constraints extension with an inhibit policy mapping element.
+* ``pc_require.pem`` - An RSA 2048 bit self-signed certificate containing a
+ policy constraints extension with a require explicit policy element.
Custom X.509 Request Vectors
~~~~~~~~~~~~~~~~~~~~~~~~~~~~