aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development/test-vectors.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2017-10-10 10:23:24 +0800
committerAlex Gaynor <alex.gaynor@gmail.com>2017-10-09 22:23:24 -0400
commit003f56fbd7fe676f6b6bd0a52bbf83f040b4a168 (patch)
tree719cccb83c6faf5414f3669ba8c2b0af348b51da /docs/development/test-vectors.rst
parent56669aae2a3cbcd6f538f0c5e2e274772a82f2c8 (diff)
downloadcryptography-003f56fbd7fe676f6b6bd0a52bbf83f040b4a168.tar.gz
cryptography-003f56fbd7fe676f6b6bd0a52bbf83f040b4a168.tar.bz2
cryptography-003f56fbd7fe676f6b6bd0a52bbf83f040b4a168.zip
add utf8 DNSName x509 vector (#3952)
Diffstat (limited to 'docs/development/test-vectors.rst')
-rw-r--r--docs/development/test-vectors.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst
index 66f71985..90f812b9 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -172,6 +172,8 @@ X.509
(commonly known as OCSP Must-Staple).
* ``unique-identifier.pem`` - A certificate containing
a distinguished name with an ``x500UniqueIdentifier``.
+* ``utf8-dnsname.pem`` - A certificate containing non-ASCII characters in the
+ DNS name entries of the SAN extension.
Custom X.509 Vectors
~~~~~~~~~~~~~~~~~~~~