Revert "test: omit failing test when using a FIPS provider that supports eddsa_no_verify_digested"
This reverts commit 54933db9f0e1a03b644cecc6735f8f2025b748b5. Reviewed-by: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/25192)
This commit is contained in:
parent
1348f4b5cf
commit
357e3265a4
@ -162,14 +162,6 @@ static int test_cmp_calc_protection_pkey(void)
|
|||||||
static int test_cmp_calc_protection_pkey_Ed(void)
|
static int test_cmp_calc_protection_pkey_Ed(void)
|
||||||
{
|
{
|
||||||
SETUP_TEST_FIXTURE(CMP_PROTECT_TEST_FIXTURE, set_up);
|
SETUP_TEST_FIXTURE(CMP_PROTECT_TEST_FIXTURE, set_up);
|
||||||
|
|
||||||
/* eddsa_no_verify_digested prevents this test working */
|
|
||||||
if (fips_provider_version_match(libctx, ">=3.4.0")) {
|
|
||||||
tear_down(fixture);
|
|
||||||
fixture = NULL;
|
|
||||||
return TEST_skip("incompatible FIPS provider version");
|
|
||||||
}
|
|
||||||
|
|
||||||
fixture->pubkey = prot_Ed_key;
|
fixture->pubkey = prot_Ed_key;
|
||||||
if (!TEST_true(OSSL_CMP_CTX_set1_pkey(fixture->cmp_ctx, prot_Ed_key))
|
if (!TEST_true(OSSL_CMP_CTX_set1_pkey(fixture->cmp_ctx, prot_Ed_key))
|
||||||
|| !TEST_ptr(fixture->msg = load_pkimsg(genm_prot_Ed_f, libctx))) {
|
|| !TEST_ptr(fixture->msg = load_pkimsg(genm_prot_Ed_f, libctx))) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user