diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-02-24 10:38:43 -0600 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-02-24 10:39:25 -0600 |
commit | 62bd386c1824871184731d45615be0063ee261e1 (patch) | |
tree | 2bed4d3886b5e23f5cc341d345649596e2a40d40 /docs | |
parent | 3c125b1af3751c201121ff989280def7aaa2a159 (diff) | |
download | cryptography-62bd386c1824871184731d45615be0063ee261e1.tar.gz cryptography-62bd386c1824871184731d45615be0063ee261e1.tar.bz2 cryptography-62bd386c1824871184731d45615be0063ee261e1.zip |
add X509 request custom vectors
Diffstat (limited to 'docs')
-rw-r--r-- | docs/development/test-vectors.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index 2cd9faa6..4f422171 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -103,6 +103,15 @@ Custom X.509 Vectors * ``utf8_common_name.pem`` - An RSA 2048 bit self-signed CA certificate generated using OpenSSL that contains a UTF8String common name with the value "We heart UTF8!™". +* ``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. Hashes ~~~~~~ |