From: Pauli Date: Wed, 22 Jan 2025 02:11:10 +0000 (+1100) Subject: test: run ML-DSA tests on FIPS provider X-Git-Tag: openssl-3.5.0-alpha1~580 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=521f2c284f94ff095d7166f135388a6012dcb180;p=thirdparty%2Fopenssl.git test: run ML-DSA tests on FIPS provider Reviewed-by: Tim Hudson Reviewed-by: Shane Lontis Reviewed-by: Viktor Dukhovni (Merged from https://github.com/openssl/openssl/pull/26548) --- diff --git a/test/recipes/30-test_ml_dsa.t b/test/recipes/30-test_ml_dsa.t index 96139cc7c8f..97bd78b6452 100644 --- a/test/recipes/30-test_ml_dsa.t +++ b/test/recipes/30-test_ml_dsa.t @@ -18,7 +18,7 @@ BEGIN { my $provconf = srctop_file("test", "fips-and-base.cnf"); # fips will be added later -my $no_fips = 1; +my $no_fips = disabled('fips') || ($ENV{NO_FIPS} // 0); use lib srctop_dir('Configurations'); use lib bldtop_dir('.');