diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-04-29 23:14:53 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-04-29 23:14:53 -0400 |
commit | a3527ac922e9b75c0fe6c229ca5c2b1c38910abd (patch) | |
tree | 2a5c9772407734a1b47ee7881d638ba10d771398 /docs/development/test-vectors.rst | |
parent | bf88ea8459245abbf16242519f11883c512dfb84 (diff) | |
parent | fbc62197204c33d64a0cf3103ef0090ab578a09a (diff) | |
download | cryptography-a3527ac922e9b75c0fe6c229ca5c2b1c38910abd.tar.gz cryptography-a3527ac922e9b75c0fe6c229ca5c2b1c38910abd.tar.bz2 cryptography-a3527ac922e9b75c0fe6c229ca5c2b1c38910abd.zip |
Merge pull request #1878 from reaperhulk/add-san-vector-ip-dir
add test vectors for directory name and ip address SAN names
Diffstat (limited to 'docs/development/test-vectors.rst')
-rw-r--r-- | docs/development/test-vectors.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index eb4247b3..622a9d70 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -150,6 +150,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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |