From: Pauli Date: Mon, 17 Feb 2025 23:02:10 +0000 (+1100) Subject: ml-dsa: test ML-DSA under FIPS X-Git-Tag: openssl-3.5.0-alpha1~169 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a297bd23d68219d10cbfac72c0709425e0cd578;p=thirdparty%2Fopenssl.git ml-dsa: test ML-DSA under FIPS Reviewed-by: Tim Hudson Reviewed-by: Shane Lontis (Merged from https://github.com/openssl/openssl/pull/26805) --- diff --git a/test/recipes/30-test_evp.t b/test/recipes/30-test_evp.t index ecb0b421aa4..845b810ff40 100644 --- a/test/recipes/30-test_evp.t +++ b/test/recipes/30-test_evp.t @@ -93,6 +93,11 @@ push @files, qw( evppkey_kas.txt evppkey_mismatch.txt ) unless $no_ec; +push @files, qw( + evppkey_ml_dsa_keygen.txt + evppkey_ml_dsa_siggen.txt + evppkey_ml_dsa_sigver.txt + ) unless $no_ml_dsa; push @files, qw( evppkey_ml_kem_512_keygen.txt evppkey_ml_kem_512_encap.txt @@ -151,11 +156,6 @@ push @defltfiles, qw(evppkey_sm2.txt) unless $no_sm2; push @defltfiles, qw(evpciph_aes_gcm_siv.txt) unless $no_siv; push @defltfiles, qw(evpciph_aes_siv.txt) unless $no_siv; push @defltfiles, qw(evpkdf_argon2.txt) unless $no_argon2; -push @defltfiles, qw( - evppkey_ml_dsa_keygen.txt - evppkey_ml_dsa_siggen.txt - evppkey_ml_dsa_sigver.txt - ) unless $no_ml_dsa; plan tests => + (scalar(@configs) * scalar(@files))