diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-05-19 07:23:25 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-05-19 07:23:25 -0400 |
commit | 8b8df2337049abfcfc3991be8331e31b6d116d84 (patch) | |
tree | 8aaaf0d1501766252980f24a691d8ce0170d6b6f /docs/development | |
parent | 2a21843a729257617579d686df30fb391143d3ca (diff) | |
parent | 71a16210c39c59bcf205da5a447777c55649ecf8 (diff) | |
download | cryptography-8b8df2337049abfcfc3991be8331e31b6d116d84.tar.gz cryptography-8b8df2337049abfcfc3991be8331e31b6d116d84.tar.bz2 cryptography-8b8df2337049abfcfc3991be8331e31b6d116d84.zip |
Merge pull request #1959 from reaperhulk/idna2003-test
IDNA 2003 test
Diffstat (limited to 'docs/development')
-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 4c0063b5..b4f23eda 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -151,6 +151,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_idna2003_dnsname.pem`` - An RSA 2048 bit self-signed certificate + containing a subject alternative name extension with an IDNA 2003 + (:rfc:`3490`) ``dNSName``. * ``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 |