]> git.ipfire.org Git - thirdparty/openssl.git/commit - .gitignore
Add --fips-key configuration parameter to fipsinstall application.
authorRich Salz <rsalz@akamai.com>
Mon, 29 Jun 2020 02:20:41 +0000 (12:20 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Mon, 29 Jun 2020 02:20:41 +0000 (12:20 +1000)
commit31214258309251aff297da67a60a6b60bf4ef27e
treeaee548533bd6a7fe25c3c6ebf06b46287dfccb6c
parent9afbb681ecd433623fb39db2a110ec3351d271c7
Add --fips-key configuration parameter to fipsinstall application.

Change default FIPS HMAC KEY from all-zero's
Use default FIPSKEY if not given on command line.
Make all -macopt in fipsinstall optional
Make all tests, except fipsinstall, use the default -macopt and
-mac_name flags.
Define and use FIPSDIR variable on VMS/MMS.
Also use SRCDIR/BLDDIR in SRCTOP/BLDTOP.

Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/12235)
18 files changed:
.gitignore
Configurations/descrip.mms.tmpl
Configurations/unix-Makefile.tmpl
Configurations/windows-makefile.tmpl
Configure
INSTALL.md
apps/fipsinstall.c
build.info
doc/man1/openssl-fipsinstall.pod.in
include/openssl/fipskey.h.in [new file with mode: 0644]
providers/fips/self_test.c
test/recipes/03-test_fipsinstall.t
test/recipes/30-test_acvp.t
test/recipes/30-test_evp.t
test/recipes/30-test_evp_fetch_prov.t
test/recipes/80-test_ssl_new.t
test/recipes/80-test_ssl_old.t
test/recipes/90-test_sslapi.t