Add fips module integrity check
authorShane Lontis <shane.lontis@oracle.com>
Sun, 15 Sep 2019 09:55:10 +0000 (19:55 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Sun, 15 Sep 2019 09:55:10 +0000 (19:55 +1000)
commit7bb82f92d94375e7673fe02cb8186595b2c539f2
tree9ad368205615d359374430b91906e4c704135fae
parentdd11c5f0fa809063b152cd2851c4c1e56fbd20c8
Add fips module integrity check

Add environment variable for setting CONF .include path

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9769)
18 files changed:
.gitignore
apps/fipsinstall.c
crypto/conf/conf_def.c
crypto/provider_core.c
doc/man5/config.pod
doc/man7/provider-base.pod
include/openssl/core_numbers.h
providers/fips/build.info
providers/fips/fipsprov.c
providers/fips/selftest.c [new file with mode: 0644]
providers/fips/selftest.h
test/build.info
test/default-and-fips.cnf [new file with mode: 0644]
test/evp_extra_test.c
test/evp_fetch_prov_test.c [new file with mode: 0644]
test/fips.cnf
test/recipes/30-test_evp.t
test/recipes/30-test_evp_fetch_prov.t [new file with mode: 0644]