diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-06-17 21:52:32 -0600 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-06-17 21:52:32 -0600 |
commit | 773356295fde3573a532455e20a92331642993c0 (patch) | |
tree | 000f400663b7de2be6de9c99b6f2ad8dc200fe68 /docs/development | |
parent | 9e1103e878218cca79ccd7e037f5becc5b159db2 (diff) | |
download | cryptography-773356295fde3573a532455e20a92331642993c0.tar.gz cryptography-773356295fde3573a532455e20a92331642993c0.tar.bz2 cryptography-773356295fde3573a532455e20a92331642993c0.zip |
add x509 policy constraints test vectors
Diffstat (limited to 'docs/development')
-rw-r--r-- | docs/development/test-vectors.rst | 7 |
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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |