diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-03-27 10:24:05 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-03-28 09:07:19 -0500 |
commit | 2e3c709032c2acc6201e2e7ea983acf725e10063 (patch) | |
tree | 4c562181f85302048d9ea595a3fc9a89f4b06fa2 /docs/development | |
parent | b4b6256a1f48c0bedefcf8263efd2baf7e92c92c (diff) | |
download | cryptography-2e3c709032c2acc6201e2e7ea983acf725e10063.tar.gz cryptography-2e3c709032c2acc6201e2e7ea983acf725e10063.tar.bz2 cryptography-2e3c709032c2acc6201e2e7ea983acf725e10063.zip |
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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |