aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development/test-vectors.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-03-30 21:10:51 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-03-30 21:10:51 -0500
commit0c518be447b6928b30175432117b6c7821e3adcf (patch)
tree179b6530d42b9c811e79bff4b832ffb6ee1a108f /docs/development/test-vectors.rst
parentd10e1ab8bb4630eb8e0902b37e9e4ea2013bd349 (diff)
downloadcryptography-0c518be447b6928b30175432117b6c7821e3adcf.tar.gz
cryptography-0c518be447b6928b30175432117b6c7821e3adcf.tar.bz2
cryptography-0c518be447b6928b30175432117b6c7821e3adcf.zip
add SAN CSR vectors
Diffstat (limited to 'docs/development/test-vectors.rst')
-rw-r--r--docs/development/test-vectors.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst
index 9565e0ba..e2b621c3 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -146,6 +146,9 @@ Custom X.509 Request Vectors
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.
+* ``san_rsa_sha1.pem`` and ``san_rsa_sha1.der`` - Contain a certificate
+ request using RSA and SHA1 with a subject alternative name extension
+ generated using OpenSSL.
Hashes
~~~~~~