]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
ml-dsa: test ML-DSA under FIPS
authorPauli <ppzgs1@gmail.com>
Mon, 17 Feb 2025 23:02:10 +0000 (10:02 +1100)
committerPauli <ppzgs1@gmail.com>
Wed, 19 Feb 2025 02:35:45 +0000 (13:35 +1100)
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/26805)

test/recipes/30-test_evp.t

index ecb0b421aa4381dc351d7b8236aca9861530cd57..845b810ff40040861dce358f7a053cb7b1a8a92b 100644 (file)
@@ -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))