aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-06-26 18:46:19 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-06-26 18:46:19 -0500
commit3f0522f0383e849934073fac0124fb0b05dd03da (patch)
treec67530c1ac88d8c2fb13a5e17e0c30632ba1b4dd /docs/development
parent354fc56e6a9781f3f2213537c3c65d7e720dfcb4 (diff)
downloadcryptography-3f0522f0383e849934073fac0124fb0b05dd03da.tar.gz
cryptography-3f0522f0383e849934073fac0124fb0b05dd03da.tar.bz2
cryptography-3f0522f0383e849934073fac0124fb0b05dd03da.zip
add wildcard IDNA SAN
Diffstat (limited to 'docs/development')
-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``.