]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add a test for mismatch between the pkey and sigalg
authorMatt Caswell <matt@openssl.org>
Tue, 28 Oct 2025 15:27:42 +0000 (15:27 +0000)
committerTomas Mraz <tomas@openssl.org>
Tue, 4 Nov 2025 17:28:27 +0000 (18:28 +0100)
commit236bc0d2f919bcd6a91c7dc8a0a3a1088089d1c8
tree126b866e93749c028fb4dba3dc72a2af88439b3e
parentcbfc8cc3dc4f2b437f4dd65a266c9f8ff4cd5781
Add a test for mismatch between the pkey and sigalg

We add a test for sending an mldsa65 sigalg while using an mldsa44 key.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/29019)
test/recipes/70-test_sslsigalgs.t
util/perl/TLSProxy/Message.pm