aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development/test-vectors.rst
diff options
context:
space:
mode:
authorAlex Stapleton <alexs@prol.etari.at>2015-02-27 17:01:15 +0000
committerAlex Stapleton <alexs@prol.etari.at>2015-02-27 17:01:15 +0000
commite8f12f833f14c55b18919a55db52d24cc8880ae9 (patch)
treec5e760aefd5ad78a9c42f6679ff4688738f49b7b /docs/development/test-vectors.rst
parent95e89dc845a7e1ccd2fec7ef9aeaaafcd4aa6797 (diff)
parentff2167a8804a375e85e71237319dfc81e96b32bb (diff)
downloadcryptography-e8f12f833f14c55b18919a55db52d24cc8880ae9.tar.gz
cryptography-e8f12f833f14c55b18919a55db52d24cc8880ae9.tar.bz2
cryptography-e8f12f833f14c55b18919a55db52d24cc8880ae9.zip
Merge pull request #1697 from reaperhulk/x509-request-vectors
add X509 request custom vectors
Diffstat (limited to 'docs/development/test-vectors.rst')
-rw-r--r--docs/development/test-vectors.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst
index 2cd9faa6..a0849a40 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -104,6 +104,20 @@ Custom X.509 Vectors
generated using OpenSSL that contains a UTF8String common name with the value
"We heart UTF8!™".
+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.
+
Hashes
~~~~~~