aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-02-24 10:45:41 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-02-24 10:45:41 -0600
commitff2167a8804a375e85e71237319dfc81e96b32bb (patch)
treea04fbb78d4fc313cafc40f07e2fcb502961d2aa9 /docs/development
parent62bd386c1824871184731d45615be0063ee261e1 (diff)
downloadcryptography-ff2167a8804a375e85e71237319dfc81e96b32bb.tar.gz
cryptography-ff2167a8804a375e85e71237319dfc81e96b32bb.tar.bz2
cryptography-ff2167a8804a375e85e71237319dfc81e96b32bb.zip
move x509 request vector docs to a new section
Diffstat (limited to 'docs/development')
-rw-r--r--docs/development/test-vectors.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst
index 4f422171..a0849a40 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -103,9 +103,14 @@ 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!™".
+
+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_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