summaryrefslogtreecommitdiff
path: root/docs/development
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2020-07-05 20:06:39 -0500
committerGitHub <noreply@github.com>2020-07-05 21:06:39 -0400
commitc8689610332ff444580f1cdf08d50909290af008 (patch)
treedde0200d0ee3f5d01a0bf6d5a8556c6304c7f661 /docs/development
parentbd48e0f693ae8e0012219ea287467bb76623bb43 (diff)
downloadcryptography-c8689610332ff444580f1cdf08d50909290af008.tar.gz
add unstructured name x509 csr attribute vector (#5302)
* add unstructured name x509 csr attribute vector * Update docs/development/test-vectors.rst Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com> Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com>
Diffstat (limited to 'docs/development')
-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 bfc4f3094..48f7bb3a9 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -449,6 +449,9 @@ Custom X.509 Request Vectors
* ``challenge-invalid.der`` - A certificate signing request for an RSA 2048 bit
key containing a challenge password attribute that has been encoded as an
ASN.1 integer rather than a string.
+* ``challenge-unstructured.pem`` - A certificate signing request for an RSA
+ 2048 bit key containing a challenge password attribute and an unstructured
+ name attribute.
Custom X.509 Certificate Revocation List Vectors
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~