From 2b54fb0c7a31ff780f3b53273db1158b98abe170 Mon Sep 17 00:00:00 2001 From: Andre Caron Date: Sat, 16 May 2015 10:20:51 -0400 Subject: Moves CSR test vectors to requests folder. --- docs/development/test-vectors.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/development') diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index 1a3f23f0..9395202f 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -217,13 +217,13 @@ Custom X.509 Request Vectors * ``san_rsa_sha1.pem`` and ``san_rsa_sha1.der`` - Contain a certificate request using RSA and SHA1 with a subject alternative name extension generated using OpenSSL. -* ``two_basic_constraints_csr.pem`` - A certificate signing request +* ``two_basic_constraints.pem`` - A certificate signing request for a RSA 2048 bit key containing two basic constraints extensions. -* ``unsupported_extension_csr.pem`` - A certificate signing request +* ``unsupported_extension.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_csr.pem`` - A certificate signing +* ``unsupported_extension_critical.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". -- cgit v1.2.3