diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-03-30 18:32:19 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-03-30 18:32:19 -0400 |
commit | d10e1ab8bb4630eb8e0902b37e9e4ea2013bd349 (patch) | |
tree | 21962c0c1b7da48728b066dd7bf1e3d2786d233a /docs/development | |
parent | dc257deba145ed0a1f109730e989113cc4ad6d65 (diff) | |
parent | 89e4c95c5a51db905a5744f71e70969a249ea010 (diff) | |
download | cryptography-d10e1ab8bb4630eb8e0902b37e9e4ea2013bd349.tar.gz cryptography-d10e1ab8bb4630eb8e0902b37e9e4ea2013bd349.tar.bz2 cryptography-d10e1ab8bb4630eb8e0902b37e9e4ea2013bd349.zip |
Merge pull request #1800 from reaperhulk/der-csr-vectors
add DER CSR vectors
Diffstat (limited to 'docs/development')
-rw-r--r-- | docs/development/test-vectors.rst | 20 |
1 files changed, 10 insertions, 10 deletions
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 ~~~~~~ |