diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-05-11 22:16:43 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-05-11 22:16:43 -0400 |
commit | 6bfaab4a3e98a8704b4856166debdbae8e9e5915 (patch) | |
tree | 4e76c92bd5cd571c26b0e375b7e16b45273e2dc0 /docs/development/test-vectors.rst | |
parent | 6337f3190746a849b690964ea1f119928f1f9e06 (diff) | |
parent | cdfe0f987ac853b77094693923bf9f7d43917d39 (diff) | |
download | cryptography-6bfaab4a3e98a8704b4856166debdbae8e9e5915.tar.gz cryptography-6bfaab4a3e98a8704b4856166debdbae8e9e5915.tar.bz2 cryptography-6bfaab4a3e98a8704b4856166debdbae8e9e5915.zip |
Merge pull request #1926 from reaperhulk/cp-vectors
add certificate policies vectors
Diffstat (limited to 'docs/development/test-vectors.rst')
-rw-r--r-- | docs/development/test-vectors.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index 40331f89..3d49801d 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -184,6 +184,14 @@ Custom X.509 Vectors ``cRLIssuer``, and ``reasons`` data. * ``cdp_crl_issuer.pem`` - An RSA 1024 bit certificate containing a CRL distribution points extension with ``cRLIssuer`` data. +* ``cp_user_notice_with_notice_reference.pem`` - An RSA 2048 bit self-signed + certificate containing a certificate policies extension with a + notice reference in the user notice. +* ``cp_user_notice_with_explicit_text.pem`` - An RSA 2048 bit self-signed + certificate containing a certificate policies extension with explicit + text and no notice reference. +* ``cp_cps_uri.pem`` - An RSA 2048 bit self-signed certificate containing a + certificate policies extension with a CPS URI and no user notice. Custom X.509 Request Vectors ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |