Lines Matching +full:skip +full:- +full:config
2 # Copyright 2016-2025 The OpenSSL Project Authors. All Rights Reserved.
21 my $provconf = srctop_file("test", "fips-and-base.cnf");
31 # A modified copy of "fips-and-base.cnf"
32 my $provconfnew = result_file("fips-and-base-temp.cnf");
42 srctop_file("test", "recipes", "90-test_sslapi_data",
47 "90-test_sslapi_data",
51 "90-test_sslapi_data")])),
54 SKIP: {
55 skip "Skipping FIPS tests", 2
62 srctop_file("test", "recipes", "90-test_sslapi_data",
67 "90-test_sslapi_data",
71 "90-test_sslapi_data")])),
72 "running sslapitest with default fips config");
74 run(test(["fips_version_test", "-config", $provconf, ">=3.1.0"]),
77 skip "FIPS provider version is too old for TLS_PRF EMS option test", 1
127 # The default fipsmodule.cnf in tests is set with -pedantic.
128 # In order to enable the tls1-prf-ems-check=0 in a fips config file
130 # Then copy fips-and-base.cfg to make a file that includes the changed file
133 'tls1-prf-ems-check', '0',
136 'rsa-pkcs15-pad-disabled', '0',
142 srctop_file("test", "recipes", "90-test_sslapi_data",
148 "90-test_sslapi_data",
152 "90-test_sslapi_data")])),
153 "running sslapitest with modified fips config");