diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2021-11-13 16:42:10 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-14 05:42:10 +0800 |
| commit | 4da2a68118840a6aeb7cdaa9bd880fb5c908a809 (patch) | |
| tree | 153df76da3c8b6201114722e577b73bdcacf7481 /docs/development | |
| parent | 105400786a9d812241334effe7a7fd41b89aa76c (diff) | |
| download | cryptography-4da2a68118840a6aeb7cdaa9bd880fb5c908a809.tar.gz | |
Allow parsing CSR extensions with the critical bit having an explicitly encoded default (#6600)
* Allow parsing CSR extensions with the critical bit having an explicitly encoded default
* Poke for zuul
Diffstat (limited to 'docs/development')
| -rw-r--r-- | docs/development/test-vectors.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index bc7c38dac..fd55cb8ea 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -489,6 +489,8 @@ Custom X.509 Request Vectors * ``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. +* ``freeipa-bad-critical.pem`` - A certificate signing request where the + extensions value has a ``critical`` value of ``False`` explicitly encoded. Custom X.509 Certificate Revocation List Vectors ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
