diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-04-20 14:57:32 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-04-20 14:57:32 -0500 |
commit | 542f4e5343b659495569cc3f78f77ea43a7064dc (patch) | |
tree | 5797188abd815bb318563e9b19d36c393b54d9c4 /docs | |
parent | 941afb370677019323c6d335c2f529a3994a600a (diff) | |
download | cryptography-542f4e5343b659495569cc3f78f77ea43a7064dc.tar.gz cryptography-542f4e5343b659495569cc3f78f77ea43a7064dc.tar.bz2 cryptography-542f4e5343b659495569cc3f78f77ea43a7064dc.zip |
IDNA and edge case SAN test vectors
Diffstat (limited to 'docs')
-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 5353b1d2..f239db98 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -134,6 +134,14 @@ Custom X.509 Vectors subject alternative name extension with the ``registeredID`` general name. * ``all_key_usages.pem`` - An RSA 2048 bit self-signed certificate containing a key usage extension with all nine purposes set to true. +* ``san_idna_names.pem`` - An RSA 2048 bit self-signed certificate containing + a subject alternative name extension with ``rfc822Name``, ``dNSName``, and + ``uniformResourceIdentifier`` general names with IDNA (:rfc:`5895`) encoding. +* ``san_rfc822_names.pem`` - An RSA 2048 bit self-signed certificate containing + a subject alternative name extension with various ``rfc822Name`` values. +* ``san_uri_with_port.pem`` - An RSA 2048 bit self-signed certificate + containing a subject alternative name extension with various + ``uniformResourceIdentifier`` values. Custom X.509 Request Vectors ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |