summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2023-05-11 08:29:39 +0800
committerGitHub <noreply@github.com>2023-05-11 00:29:39 +0000
commitcfee3c85a7d7e9c60f8041678c3070380ac3ca3d (patch)
treeb1a9dabc11e051849ad5d660b7ef0c1c92d09695 /docs
parent998e86659ae750562ecc0bcf0eabd1828fd5c9ed (diff)
downloadcryptography-cfee3c85a7d7e9c60f8041678c3070380ac3ca3d.tar.gz
add RSA PSS SHA1 hash algorithm + SHA1 MGF1 test vector (#8906)
Diffstat (limited to 'docs')
-rw-r--r--docs/development/test-vectors.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst
index c84bdeff4..2a90eb30b 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -289,6 +289,8 @@ X.509
bytes from ``cryptography-scts.pem``, with the SCT list extension removed.
* ``belgian-eid-invalid-visiblestring.pem`` - A certificate with UTF-8
bytes in a ``VisibleString`` type.
+* ``ee-pss-sha1-cert.pem`` - An RSA PSS certificate using a SHA1 signature and
+ SHA1 for MGF1 from the OpenSSL test suite.
Custom X.509 Vectors
~~~~~~~~~~~~~~~~~~~~