diff options
| author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2021-09-27 19:06:48 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-27 07:06:48 -0400 |
| commit | ee5c05cfe745c125baa06be1de43c181532cfa58 (patch) | |
| tree | a2a7f660f1f9e4ace704b7856d8dba117ff74895 /docs/development | |
| parent | 33ae0d6d13f8f968ee6c8f3ec1b0a8474cb79de9 (diff) | |
| download | cryptography-ee5c05cfe745c125baa06be1de43c181532cfa58.tar.gz | |
add new x509 request vector (#6313)
Diffstat (limited to 'docs/development')
| -rw-r--r-- | docs/development/test-vectors.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index 4466647b1..d8249926f 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -476,6 +476,9 @@ Custom X.509 Request Vectors * ``challenge-unstructured.pem`` - A certificate signing request for an RSA 2048 bit key containing a challenge password attribute and an unstructured name attribute. +* ``challenge-multi-valued.der`` - A certificate signing request for an RSA + 2048 bit key containing a challenge password attribute with two values + inside the ASN.1 set. The signature on this request is invalid. Custom X.509 Certificate Revocation List Vectors ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
