Changed paths:
M test/recipes/30-test_evp_data/evppkey_ecdsa_sigalg.txt
M test/recipes/30-test_evp_data/evppkey_ecx_sigalg.txt
Log Message:
-----------
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).