aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development/test-vectors.rst
diff options
context:
space:
mode:
authorAndre Caron <andre.l.caron@gmail.com>2015-05-15 22:11:18 -0400
committerAndre Caron <andre.l.caron@gmail.com>2015-05-15 22:24:11 -0400
commite845d0e49dd42edc9df2dfed35cbfb24b1e37d4f (patch)
tree89d9865d97123240d6e872518baa1f533b811a8e /docs/development/test-vectors.rst
parent706d2665449e08e59f8bdc600487fea09a9dfbf4 (diff)
downloadcryptography-e845d0e49dd42edc9df2dfed35cbfb24b1e37d4f.tar.gz
cryptography-e845d0e49dd42edc9df2dfed35cbfb24b1e37d4f.tar.bz2
cryptography-e845d0e49dd42edc9df2dfed35cbfb24b1e37d4f.zip
Adds test vectors for X.509 CSR decoding.
Diffstat (limited to 'docs/development/test-vectors.rst')
-rw-r--r--docs/development/test-vectors.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst
index 6f61a7ee..4fd358e8 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -124,6 +124,8 @@ Custom X.509 Vectors
"We heart UTF8!™".
* ``two_basic_constraints.pem`` - An RSA 2048 bit self-signed certificate
containing two basic constraints extensions.
+* ``two_basic_constraints_csr.pem`` - A cerfificate sigining request
+ for a RSA 2048 bit key containing two basic constraints extensions.
* ``basic_constraints_not_critical.pem`` - An RSA 2048 bit self-signed
certificate containing a basic constraints extension that is not marked as
critical.
@@ -133,9 +135,17 @@ Custom X.509 Vectors
* ``unsupported_extension.pem`` - An RSA 2048 bit self-signed certificate
containing an unsupported extension type. The OID was encoded as
"1.2.3.4" with an ``extnValue`` of "value".
+* ``unsupported_extension_csr.pem`` - A certificate signing request
+ for an RSA 2048 bit key containing containing an unsupported
+ extension type. The OID was encoded as "1.2.3.4" with an
+ ``extnValue`` of "value".
* ``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".
+* ``unsupported_extension_critical_csr.pem`` - A certificate signing
+ request for an RSA 2048 bit key containing 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``,