diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-06-18 07:15:19 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-06-18 07:15:19 -0400 |
commit | bbb091ef8c569287b3de465f47693476689076b7 (patch) | |
tree | 892a46286aeb2a50a863fadf79a7a6fa86fe5c68 /docs | |
parent | 9e1103e878218cca79ccd7e037f5becc5b159db2 (diff) | |
parent | 769e7f215ea85294e2d870aed2b44bb8b3de44d4 (diff) | |
download | cryptography-bbb091ef8c569287b3de465f47693476689076b7.tar.gz cryptography-bbb091ef8c569287b3de465f47693476689076b7.tar.bz2 cryptography-bbb091ef8c569287b3de465f47693476689076b7.zip |
Merge pull request #2042 from reaperhulk/ian-vector
add issuer alternative name test vector
Diffstat (limited to 'docs')
-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. |