Use .cnf for config files, not .conf
authorKelvin Lee <kiyolee@gmail.com>
Thu, 6 Aug 2020 05:07:39 +0000 (15:07 +1000)
committerPauli <paul.dale@oracle.com>
Fri, 7 Aug 2020 13:17:01 +0000 (23:17 +1000)
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)

test/recipes/03-test_fipsinstall.t

index 1d7a1ff6aec19a9dee0de5c2b86440bd6b41d524..ca516539b055843990b2e17495d0503d4bd6ef6d 100644 (file)
@@ -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',