aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-03-30 22:58:39 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2015-03-30 22:58:39 -0400
commit805960de42241e309ac88cb34a6a37d5aafb5358 (patch)
tree8164f991f875dc13bd779fd7ae0f3d033d26d8c6 /docs
parent33bf83fbba6e3a0e2d308160d46865a0ffeb5a8b (diff)
parent0c518be447b6928b30175432117b6c7821e3adcf (diff)
downloadcryptography-805960de42241e309ac88cb34a6a37d5aafb5358.tar.gz
cryptography-805960de42241e309ac88cb34a6a37d5aafb5358.tar.bz2
cryptography-805960de42241e309ac88cb34a6a37d5aafb5358.zip
Merge pull request #1799 from reaperhulk/san-csr-vector
add SAN CSR vectors
Diffstat (limited to 'docs')
-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
~~~~~~