aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-04-29 23:01:01 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2015-04-29 23:01:01 -0400
commitbf88ea8459245abbf16242519f11883c512dfb84 (patch)
tree335c014d4e1fd7095c1bce56c00d3aeb3fb9604d /docs
parentd12bd10e35116575c5a1a3cabb31484b76c15837 (diff)
parent60163d749484a9abe080efa0b5d89625fc90917c (diff)
downloadcryptography-bf88ea8459245abbf16242519f11883c512dfb84.tar.gz
cryptography-bf88ea8459245abbf16242519f11883c512dfb84.tar.bz2
cryptography-bf88ea8459245abbf16242519f11883c512dfb84.zip
Merge pull request #1877 from reaperhulk/add-san-vector
add a SAN vector that's a single IDNA rfc822name
Diffstat (limited to 'docs')
-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 69f54d3a..eb4247b3 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -145,6 +145,8 @@ Custom X.509 Vectors
``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_rfc822_idna.pem`` - An RSA 2048 bit self-signed certificate containing
+ a subject alternative name extension with an IDNA ``rfc822Name``.
* ``san_uri_with_port.pem`` - An RSA 2048 bit self-signed certificate
containing a subject alternative name extension with various
``uniformResourceIdentifier`` values.