aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development/test-vectors.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-06-26 20:38:19 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2015-06-26 20:38:19 -0400
commitbe7294e17f485909b8b94e6deaef7e0a4179e597 (patch)
tree2b72d2d585b866f63f80f6b2f0250d58159c4fb8 /docs/development/test-vectors.rst
parentf728ee53970387e40cb119a5e9a65d55b450fb6e (diff)
parent3f0522f0383e849934073fac0124fb0b05dd03da (diff)
downloadcryptography-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.rst3
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``.