summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKelvin Lee <kiyolee@gmail.com>2020-08-06 15:07:39 +1000
committerPauli <paul.dale@oracle.com>2020-08-07 23:17:01 +1000
commit97a8878c5d7ff59a315b975252fef97d3ab6ac41 (patch)
tree4ec9b533e12b83e4e16bee345cb4157b9de5d982
parent5ccada09aae0cf846d3381a161d3eb20d4d9abfd (diff)
Use .cnf for config files, not .conf
CLA: trivial Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/12592)
-rw-r--r--test/recipes/03-test_fipsinstall.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/recipes/03-test_fipsinstall.t b/test/recipes/03-test_fipsinstall.t
index 1d7a1ff6ae..ca516539b0 100644
--- a/test/recipes/03-test_fipsinstall.t
+++ b/test/recipes/03-test_fipsinstall.t
@@ -203,7 +203,7 @@ SKIP: {
skip "Skipping KAS DH corruption test because of no dh in this build", 1
if disabled("dh");
- ok(!run(app(['openssl', 'fipsinstall', '-out', 'fips.conf', '-module', $infile,
+ ok(!run(app(['openssl', 'fipsinstall', '-out', 'fips.cnf', '-module', $infile,
'-provider_name', 'fips', '-mac_name', 'HMAC',
'-macopt', 'digest:SHA256', '-macopt', "hexkey:$fipskey",
'-section_name', 'fips_sect',
@@ -216,7 +216,7 @@ SKIP: {
SKIP: {
skip "Skipping Signature DSA corruption test because of no dsa in this build", 1
if disabled("dsa");
- ok(!run(app(['openssl', 'fipsinstall', '-out', 'fips.conf', '-module', $infile,
+ ok(!run(app(['openssl', 'fipsinstall', '-out', 'fips.cnf', '-module', $infile,
'-provider_name', 'fips', '-mac_name', 'HMAC',
'-macopt', 'digest:SHA256', '-macopt', "hexkey:$fipskey",
'-section_name', 'fips_sect',