diff options
| author | William Woodruff <william@yossarian.net> | 2022-05-12 17:40:47 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-12 17:40:47 -0400 |
| commit | 6fe0aaf95a24abb9d183d13ea192851a3a546b83 (patch) | |
| tree | 791a096fcb936da78e14217160d4c81fbd19e19c /docs/development | |
| parent | 1cc43f188675beb961234755b81bf78c42048eb6 (diff) | |
| download | cryptography-6fe0aaf95a24abb9d183d13ea192851a3a546b83.tar.gz | |
docs, vectors: add two more x509 SCT testvectors (#7215)
Signed-off-by: William Woodruff <william@yossarian.net>
Diffstat (limited to 'docs/development')
| -rw-r--r-- | docs/development/test-vectors.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index c24c27f77..16c8a9d2c 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -244,6 +244,11 @@ X.509 signature OID for RSA with SHA1. This certificate has an invalid signature. * ``badssl-sct.pem`` - A certificate with the certificate transparency signed certificate timestamp extension. +* ``badssl-sct-none-hash.der`` - The same as ``badssl-sct.pem``, but DER-encoded + and with the SCT's signature hash manually changed to "none" (``0x00``). +* ``badssl-sct-anonymous-sig.der`` - The same as ``badssl-sct.pem``, but + DER-encoded and with the SCT's signature algorithm manually changed to + "anonymous" (``0x00``). * ``bigoid.pem`` - A certificate with a rather long OID in the Certificate Policies extension. We need to make sure we can parse long OIDs. |
