]> git.feebdaed.xyz Git - 0xmirror/openssl.git/commit
evp_test Fix tests that were always skipped
authorslontis <shane.lontis@oracle.com>
Tue, 15 Jul 2025 04:28:14 +0000 (14:28 +1000)
committerNeil Horman <nhorman@openssl.org>
Fri, 19 Dec 2025 13:08:12 +0000 (08:08 -0500)
commite1e04709de4241c639df8e60ffb93b43ba15e21e
tree6280ef3ec7023cdcc80c27acdb168b186e338ba9
parentb16a53862cad94848f40aec252a46398269e320b
evp_test Fix tests that were always skipped

The "Verify-Message" type looks for private keys only,
which meant anything using a public key got skipped.
Changed the entries to "Verify-Message-Public" which tries the public
key first.
This uncovered one test that needed to be removed since ECDSA-MD5 is not
a valid fetchable algorithm (in any OpenSSL provider).

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28040)
test/recipes/30-test_evp_data/evppkey_ecdsa_sigalg.txt
test/recipes/30-test_evp_data/evppkey_ecx_sigalg.txt