diff options
author | Rich Salz <rsalz@akamai.com> | 2020-02-25 22:27:24 +0100 |
---|---|---|
committer | Tomas Mraz <tmraz@fedoraproject.org> | 2020-04-24 13:19:16 +0200 |
commit | 1cd2c1f857e114f176eee01c96e27a8d7a14a356 (patch) | |
tree | eff97fdec7a4999e888a80d6f06071be8bcf6122 /test/default-and-fips.cnf | |
parent | Prepare for 3.0 alpha 2 (diff) | |
download | openssl-1cd2c1f857e114f176eee01c96e27a8d7a14a356.tar.xz openssl-1cd2c1f857e114f176eee01c96e27a8d7a14a356.zip |
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/default-and-fips.cnf')
-rw-r--r-- | test/default-and-fips.cnf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/default-and-fips.cnf b/test/default-and-fips.cnf index 03f5a83183..7a4d765591 100644 --- a/test/default-and-fips.cnf +++ b/test/default-and-fips.cnf @@ -1,6 +1,6 @@ openssl_conf = openssl_init -.include fipsinstall.cnf +.include fipsmodule.cnf [openssl_init] providers = provider_sect |