aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2019-07-09 08:10:06 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2019-07-09 08:10:06 -0400
commit784676de3381f039f95f998505d45fb9d56bd300 (patch)
tree20926f991508cd1ba2a8b748a58fd55e3f2a5de6 /docs
parente1fcc6e34ef3136fbabaf2e7a21307d4b8784025 (diff)
downloadcryptography-784676de3381f039f95f998505d45fb9d56bd300.tar.gz
cryptography-784676de3381f039f95f998505d45fb9d56bd300.tar.bz2
cryptography-784676de3381f039f95f998505d45fb9d56bd300.zip
add x509 CSR with challenge password (#4942)
Diffstat (limited to 'docs')
-rw-r--r--docs/development/test-vectors.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst
index 41fb9dfb..f4387215 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -431,6 +431,8 @@ Custom X.509 Request Vectors
critical.
* ``invalid_signature.pem`` - A certificate signing request for an RSA
1024 bit key containing an invalid signature with correct padding.
+* ``challenge.pem`` - A certificate signing request for an RSA 2048 bit key
+ containing a challenge password.
Custom X.509 Certificate Revocation List Vectors
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~