aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-04-29 21:37:42 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-04-29 21:37:42 -0500
commitfbc62197204c33d64a0cf3103ef0090ab578a09a (patch)
tree1394a7ff3022dddbbf7a05d9f1c65fb78575040e /docs/development
parentd12bd10e35116575c5a1a3cabb31484b76c15837 (diff)
downloadcryptography-fbc62197204c33d64a0cf3103ef0090ab578a09a.tar.gz
cryptography-fbc62197204c33d64a0cf3103ef0090ab578a09a.tar.bz2
cryptography-fbc62197204c33d64a0cf3103ef0090ab578a09a.zip
add test vectors for directory name and ip address SAN names
Diffstat (limited to 'docs/development')
-rw-r--r--docs/development/test-vectors.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst
index 69f54d3a..aba72875 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -148,6 +148,10 @@ Custom X.509 Vectors
* ``san_uri_with_port.pem`` - An RSA 2048 bit self-signed certificate
containing a subject alternative name extension with various
``uniformResourceIdentifier`` values.
+* ``san_ipaddr.pem`` - An RSA 2048 bit self-signed certificate containing a
+ subject alternative name extension with an ``iPAddress`` value.
+* ``san_dirname.pem`` - An RSA 2048 bit self-signed certificate containing a
+ subject alternative name extension with a ``directoryName`` value.
Custom X.509 Request Vectors
~~~~~~~~~~~~~~~~~~~~~~~~~~~~