2
0
mirror of https://github.com/openssl/openssl.git synced 2025-04-24 20:51:14 +08:00

test: update endecode test in light of ML-DSA being in the FIPS provider

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26548)
This commit is contained in:
Pauli 2025-01-29 08:29:27 +11:00 committed by Tomas Mraz
parent 756527b89c
commit f56dc1f968

@ -1069,9 +1069,9 @@ IMPLEMENT_TEST_SUITE_PROTECTED_PVK(RSA, "RSA")
KEYS(ML_DSA_44);
KEYS(ML_DSA_65);
KEYS(ML_DSA_87);
IMPLEMENT_TEST_SUITE(ML_DSA_44, "ML-DSA-44", 0)
IMPLEMENT_TEST_SUITE(ML_DSA_65, "ML-DSA-65", 0)
IMPLEMENT_TEST_SUITE(ML_DSA_87, "ML-DSA-87", 0)
IMPLEMENT_TEST_SUITE(ML_DSA_44, "ML-DSA-44", 1)
IMPLEMENT_TEST_SUITE(ML_DSA_65, "ML-DSA-65", 1)
IMPLEMENT_TEST_SUITE(ML_DSA_87, "ML-DSA-87", 1)
#endif /* OPENSSL_ML_DSA */
#ifndef OPENSSL_NO_EC