diff options
| author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2021-06-27 17:45:10 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-27 17:45:10 -0400 |
| commit | fe1f078673dd99da5e2d9cfc9473b243d0013bc7 (patch) | |
| tree | c1a12f9ee5dba85d751f818caec764c59c40c1c1 /docs | |
| parent | a1dc9f2347de6a99aaa1316b075e669211579019 (diff) | |
| download | cryptography-fe1f078673dd99da5e2d9cfc9473b243d0013bc7.tar.gz | |
modify alternate-rsa-sha1-oid to not contain a negative serial number (#6146)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/development/test-vectors.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index c5fc4d485..512dfb637 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -220,9 +220,8 @@ X.509 * ``e-trust.ru.der`` - A certificate from a `Russian CA`_ signed using the GOST cipher and containing numerous unusual encodings such as NUMERICSTRING in the subject DN. -* ``alternate-rsa-sha1-oid.pem`` - A certificate from an - `unknown signature OID`_ Mozilla bug that uses an alternate signature OID for - RSA with SHA1. +* ``alternate-rsa-sha1-oid.der`` - A certificate that uses an alternate + 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. * ``bigoid.pem`` - A certificate with a rather long OID in the |
