summaryrefslogtreecommitdiff
path: root/test/recipes/30-test_evp_fetch_prov.t
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2020-02-25 16:27:24 -0500
committerTomas Mraz <tmraz@fedoraproject.org>2020-04-24 13:19:16 +0200
commit1cd2c1f857e114f176eee01c96e27a8d7a14a356 (patch)
treeeff97fdec7a4999e888a80d6f06071be8bcf6122 /test/recipes/30-test_evp_fetch_prov.t
parentd38997af165324b1ec0bbc0c6694daf7f503f080 (diff)
downloadopenssl-new-1cd2c1f857e114f176eee01c96e27a8d7a14a356.tar.gz
Update some nits around the FIPS module
- Changed the generated FIPS signature file to be "fipsmodule.conf" since it contains information about the FIPS module/file. - Add -q option to fipsinstall command, to stop chatty verbose status messages. - Document env var OPENSSL_CONF_INCLUDE Reviewed-by: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/11177)
Diffstat (limited to 'test/recipes/30-test_evp_fetch_prov.t')
-rw-r--r--test/recipes/30-test_evp_fetch_prov.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/recipes/30-test_evp_fetch_prov.t b/test/recipes/30-test_evp_fetch_prov.t
index 6c9bfe221c..be06716b44 100644
--- a/test/recipes/30-test_evp_fetch_prov.t
+++ b/test/recipes/30-test_evp_fetch_prov.t
@@ -48,7 +48,7 @@ my @testdata = (
unless ($no_fips) {
push @setups, {
cmd => app(['openssl', 'fipsinstall',
- '-out', bldtop_file('providers', 'fipsinstall.cnf'),
+ '-out', bldtop_file('providers', 'fipsmodule.cnf'),
'-module', bldtop_file('providers', platform->dso('fips')),
'-provider_name', 'fips', '-mac_name', 'HMAC',
'-macopt', 'digest:SHA256', '-macopt', 'hexkey:00',