diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-06-17 22:28:29 -0600 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-06-17 22:28:29 -0600 |
commit | 769e7f215ea85294e2d870aed2b44bb8b3de44d4 (patch) | |
tree | 892a46286aeb2a50a863fadf79a7a6fa86fe5c68 /docs/development | |
parent | 9e1103e878218cca79ccd7e037f5becc5b159db2 (diff) | |
download | cryptography-769e7f215ea85294e2d870aed2b44bb8b3de44d4.tar.gz cryptography-769e7f215ea85294e2d870aed2b44bb8b3de44d4.tar.bz2 cryptography-769e7f215ea85294e2d870aed2b44bb8b3de44d4.zip |
add issuer alternative name test vector
Diffstat (limited to 'docs/development')
-rw-r--r-- | docs/development/test-vectors.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index 02cc122b..5f0e198f 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -203,6 +203,8 @@ Custom X.509 Vectors * ``cp_user_notice_no_explicit_text.pem`` - An RSA 2048 bit self-signed certificate containing a certificate policies extension with a user notice with no explicit text. +* ``ian_uri.pem`` - An RSA 2048 bit certificate containing an issuer + alternative name extension with a ``URI`` general name. * ``ocsp_nocheck.pem`` - An RSA 2048 bit self-signed certificate containing an ``OCSPNoCheck`` extension. |