mirror of
https://github.com/openssl/openssl.git
synced 2025-04-06 20:20:50 +08:00
ml-dsa: test ML-DSA under FIPS
Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/26805)
This commit is contained in:
parent
83ced5e6b1
commit
0a297bd23d
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user