Fix a few tests that depended on the wrong algorithm check
test_ecdh and test_ecdsa are made to depend on no-ec being false. test_hmac is made not to depend on algorithm at all. Based on a contribution by Alessandro Ghedini <alessandro@ghedini.me> Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
e51fb759a6
commit
55b2258859
@ -2,4 +2,4 @@
|
||||
|
||||
use OpenSSL::Test::Simple;
|
||||
|
||||
simple_test("test_hmac", "hmactest", "hmac");
|
||||
simple_test("test_hmac", "hmactest");
|
||||
|
@ -2,4 +2,4 @@
|
||||
|
||||
use OpenSSL::Test::Simple;
|
||||
|
||||
simple_test("test_ecdh", "ecdhtest", "ecdh");
|
||||
simple_test("test_ecdh", "ecdhtest", "ec");
|
||||
|
@ -2,4 +2,4 @@
|
||||
|
||||
use OpenSSL::Test::Simple;
|
||||
|
||||
simple_test("test_ecdsa", "ecdsatest", "ecdsa");
|
||||
simple_test("test_ecdsa", "ecdsatest", "ec");
|
||||
|
Loading…
x
Reference in New Issue
Block a user