diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-06-18 07:21:05 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-06-18 07:21:05 -0400 |
commit | 77e4739f3147480c7e1d766bdd590d36cb2ae4a6 (patch) | |
tree | 2709a8395901bb8ca7a6dd1c90a8e2fc6bbd71f1 /docs/development | |
parent | c10c446ddec317e26c00f4556d14c0b72be63a96 (diff) | |
parent | 773356295fde3573a532455e20a92331642993c0 (diff) | |
download | cryptography-77e4739f3147480c7e1d766bdd590d36cb2ae4a6.tar.gz cryptography-77e4739f3147480c7e1d766bdd590d36cb2ae4a6.tar.bz2 cryptography-77e4739f3147480c7e1d766bdd590d36cb2ae4a6.zip |
Merge pull request #2040 from reaperhulk/policy-constraints-vectors
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 91699bc9..3776cb1d 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -214,6 +214,13 @@ Custom X.509 Vectors alternative name extension with a ``URI`` general name. * ``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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |