aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development
diff options
context:
space:
mode:
Diffstat (limited to 'docs/development')
-rw-r--r--docs/development/getting-started.rst1
-rw-r--r--docs/development/test-vectors.rst8
2 files changed, 8 insertions, 1 deletions
diff --git a/docs/development/getting-started.rst b/docs/development/getting-started.rst
index f5d6c190..b3474002 100644
--- a/docs/development/getting-started.rst
+++ b/docs/development/getting-started.rst
@@ -44,7 +44,6 @@ each supported Python version and run the tests. For example:
ERROR: py26: InterpreterNotFound: python2.6
py27: commands succeeded
ERROR: pypy: InterpreterNotFound: pypy
- ERROR: py32: InterpreterNotFound: python3.2
py33: commands succeeded
docs: commands succeeded
pep8: commands succeeded
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst
index a102fa9f..69f54d3a 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -140,6 +140,14 @@ Custom X.509 Vectors
subject alternative name extension with the ``registeredID`` general name.
* ``all_key_usages.pem`` - An RSA 2048 bit self-signed certificate containing
a key usage extension with all nine purposes set to true.
+* ``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_rfc822_names.pem`` - An RSA 2048 bit self-signed certificate containing
+ a subject alternative name extension with various ``rfc822Name`` values.
+* ``san_uri_with_port.pem`` - An RSA 2048 bit self-signed certificate
+ containing a subject alternative name extension with various
+ ``uniformResourceIdentifier`` values.
Custom X.509 Request Vectors
~~~~~~~~~~~~~~~~~~~~~~~~~~~~