diff options
| author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2023-04-23 15:22:50 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-23 20:22:50 +0000 |
| commit | 9425d2376b3601e625556d7d3f07e8ba1cd2800a (patch) | |
| tree | e014c533dd08daeef7a98eb30d30da94dfa2be78 /docs | |
| parent | 5f3871e4dfb9bc8f4da9f2317d656538223ad400 (diff) | |
| download | cryptography-9425d2376b3601e625556d7d3f07e8ba1cd2800a.tar.gz | |
add one more RSA PSS invalid test vector (#8798)
Diffstat (limited to 'docs')
| -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 e86f27afd..1916c57c4 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -483,6 +483,8 @@ Custom X.509 Vectors signature algorithm. * ``rsa_pss_cert_no_sig_params.der`` - A self-signed certificate with an invalid RSA PSS signature algorithm that is missing signature parameters for PSS. +* ``rsa_pss_cert_unsupported_mgf_hash.der`` - A self-signed certificate with an + unsupported MGF1 hash algorithm in the signature algorithm. * ``long-form-name-attribute.pem`` - A certificate with ``subject`` and ``issuer`` names containing attributes whose value's tag is encoded in long-form. * ``mismatch_inner_outer_sig_algorithm.der`` - A leaf certificate derived from |
