diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-03-28 13:43:19 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-03-28 13:43:19 -0400 |
commit | 11f1f82ac628712015531b6cbddf5daeb6fd4acf (patch) | |
tree | 49abc0722eada2b6d989cfe7ed3c52177008ea4b /docs/development | |
parent | 320050b92d98c9dd8f3949f04a13756a4018f85d (diff) | |
parent | 2e3c709032c2acc6201e2e7ea983acf725e10063 (diff) | |
download | cryptography-11f1f82ac628712015531b6cbddf5daeb6fd4acf.tar.gz cryptography-11f1f82ac628712015531b6cbddf5daeb6fd4acf.tar.bz2 cryptography-11f1f82ac628712015531b6cbddf5daeb6fd4acf.zip |
Merge pull request #1786 from reaperhulk/san-vectors
add X509 SAN extension vectors
Diffstat (limited to 'docs/development')
-rw-r--r-- | docs/development/test-vectors.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index 207515bf..ea6c95eb 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -124,6 +124,14 @@ Custom X.509 Vectors * ``unsupported_extension_critical.pem`` - An RSA 2048 bit self-signed certificate containing an unsupported extension type marked critical. The OID was encoded as "1.2.3.4" with an ``extnValue`` of "value". +* ``san_email_dns_ip_dirname_uri.pem`` - An RSA 2048 bit self-signed + certificate containing a subject alternative name extension with the + following general names: ``rfc822Name``, ``dNSName``, ``iPAddress``, + ``directoryName``, and ``uniformResourceIdentifier``. +* ``san_other_name.pem`` - An RSA 2048 bit self-signed certificate containing + a subject alternative name extension with the ``otherName`` general name. +* ``san_registered_id.pem`` - An RSA 1024 bit certificate containing a + subject alternative name extension with the ``registeredID`` general name. Custom X.509 Request Vectors ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |