From 89e4c95c5a51db905a5744f71e70969a249ea010 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Mon, 30 Mar 2015 15:15:00 -0500 Subject: add DER CSR vectors --- docs/development/test-vectors.rst | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'docs/development/test-vectors.rst') diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index ea6c95eb..9565e0ba 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -136,16 +136,16 @@ Custom X.509 Vectors Custom X.509 Request Vectors ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -* ``dsa_sha1.pem`` - Contains a certificate request using 1024-bit DSA - parameters and SHA1 generated using OpenSSL. -* ``rsa_md4.pem`` - Contains a certificate request using 2048 bit RSA and MD4 - generated using OpenSSL. -* ``rsa_sha1.pem`` - Contains a certificate request using 2048 bit RSA and - SHA1 generated using OpenSSL. -* ``rsa_sha256.pem`` - Contains a certificate request using 2048 bit RSA and - SHA256 generated using OpenSSL. -* ``ec_sha256.pem`` - Contains a certificate request using EC (``secp384r1``) - and SHA256 generated using OpenSSL. +* ``dsa_sha1.pem`` and ``dsa_sha1.der`` - Contain a certificate request using + 1024-bit DSA parameters and SHA1 generated using OpenSSL. +* ``rsa_md4.pem`` and ``rsa_md4.der`` - Contain a certificate request using + 2048 bit RSA and MD4 generated using OpenSSL. +* ``rsa_sha1.pem`` and ``rsa_sha1.der`` - Contain a certificate request using + 2048 bit RSA and SHA1 generated using OpenSSL. +* ``rsa_sha256.pem`` and ``rsa_sha256.der`` - Contain a certificate request + using 2048 bit RSA and SHA256 generated using OpenSSL. +* ``ec_sha256.pem`` and ``ec_sha256.der`` - Contain a certificate request + using EC (``secp384r1``) and SHA256 generated using OpenSSL. Hashes ~~~~~~ -- cgit v1.2.3