diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-06-26 20:38:19 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-06-26 20:38:19 -0400 |
commit | be7294e17f485909b8b94e6deaef7e0a4179e597 (patch) | |
tree | 2b72d2d585b866f63f80f6b2f0250d58159c4fb8 /docs/development/test-vectors.rst | |
parent | f728ee53970387e40cb119a5e9a65d55b450fb6e (diff) | |
parent | 3f0522f0383e849934073fac0124fb0b05dd03da (diff) | |
download | cryptography-be7294e17f485909b8b94e6deaef7e0a4179e597.tar.gz cryptography-be7294e17f485909b8b94e6deaef7e0a4179e597.tar.bz2 cryptography-be7294e17f485909b8b94e6deaef7e0a4179e597.zip |
Merge pull request #2068 from reaperhulk/wildcard-idna-san-vector
add wildcard IDNA SAN
Diffstat (limited to 'docs/development/test-vectors.rst')
-rw-r--r-- | docs/development/test-vectors.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index 744302e8..bc171b21 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -153,6 +153,9 @@ Custom X.509 Vectors * ``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_wildcard_idna.pem`` - An RSA 2048 bit self-signed certificate + containing a subject alternative name extension with a ``dNSName`` general + name with a wildcard IDNA (:rfc:`5895`) domain. * ``san_idna2003_dnsname.pem`` - An RSA 2048 bit self-signed certificate containing a subject alternative name extension with an IDNA 2003 (:rfc:`3490`) ``dNSName``. |