]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
test: run ML-DSA tests on FIPS provider
authorPauli <ppzgs1@gmail.com>
Wed, 22 Jan 2025 02:11:10 +0000 (13:11 +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/recipes/30-test_ml_dsa.t

index 96139cc7c8f3fb0e70c5d945a86186f96152e7a8..97bd78b645206256028bc353b0d21091855cb744 100644 (file)
@@ -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('.');