]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add fips provider code for handling self test data
authorShane Lontis <shane.lontis@oracle.com>
Sun, 18 Aug 2019 23:18:33 +0000 (09:18 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Sun, 18 Aug 2019 23:18:33 +0000 (09:18 +1000)
commit25e601445ae244ed623b2f5d6b28788488d87663
treefe5c8cc5d0d9e828de208626a316e922dec258ff
parent5e0d9c861bc44070c61b9b109884dc8aa5e2e8d1
Add fips provider code for handling self test data

More PR's related to self test will be derived from this PR.

Note: the code removed in core_get_params() was causing a freeze since the
fips module was being loaded from a config file, which then called core_get_params()
which then tried to init the config fle again...

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9596)
crypto/provider_core.c
doc/man5/config.pod
doc/man5/fips_config.pod [new file with mode: 0644]
doc/man7/provider-base.pod
include/openssl/core_names.h
include/openssl/core_numbers.h
include/openssl/fips_names.h [new file with mode: 0644]
providers/fips/fipsprov.c
providers/fips/selftest.h [new file with mode: 0644]