]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
test: update endecode test in light of ML-DSA being in the FIPS provider
authorPauli <ppzgs1@gmail.com>
Tue, 28 Jan 2025 21:29:27 +0000 (08:29 +1100)
committerTomas Mraz <tomas@openssl.org>
Fri, 14 Feb 2025 09:46:04 +0000 (10:46 +0100)
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)

test/endecode_test.c

index 29a94cd554bfc8f56b7fcdd7c00ab52d59020a86..4d213044dc9f63af39822995f30ae882107954db 100644 (file)
@@ -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