aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development/test-vectors.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2016-11-11 10:41:31 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2016-11-11 13:41:31 -0500
commitf6f238e4c037e5ef71c1d836e44448744b691192 (patch)
treea4bac5c3839f8f6214a63890e56dbf29842aa065 /docs/development/test-vectors.rst
parentc816735f0e9250328e4a697c8dfb23f0aa1e584b (diff)
downloadcryptography-f6f238e4c037e5ef71c1d836e44448744b691192.tar.gz
cryptography-f6f238e4c037e5ef71c1d836e44448744b691192.tar.bz2
cryptography-f6f238e4c037e5ef71c1d836e44448744b691192.zip
add alternate signature OID for RSA with SHA1 + test and vector (#3227)
* add alternate signature OID for RSA with SHA1 + test and vector * mozilla is a proper noun leave me alone spellchecker
Diffstat (limited to 'docs/development/test-vectors.rst')
-rw-r--r--docs/development/test-vectors.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst
index 3429d520..49c5ac23 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -117,6 +117,9 @@ 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.
Custom X.509 Vectors
~~~~~~~~~~~~~~~~~~~~
@@ -459,3 +462,4 @@ header format (substituting the correct information):
.. _`Mozilla bug`: https://bugzilla.mozilla.org/show_bug.cgi?id=233586
.. _`Russian CA`: https://e-trust.gosuslugi.ru/MainCA
.. _`test/evptests.txt`: https://github.com/openssl/openssl/blob/2d0b44126763f989a4cbffbffe9d0c7518158bb7/test/evptests.txt
+.. _`unknown signature OID`: https://bugzilla.mozilla.org/show_bug.cgi?id=405966