prov: move the entropy source out of the FIPS provider
authorPauli <paul.dale@oracle.com>
Fri, 30 Oct 2020 05:54:03 +0000 (15:54 +1000)
committerPauli <paul.dale@oracle.com>
Thu, 19 Nov 2020 22:24:21 +0000 (08:24 +1000)
commit08edd447c97854d6548c15149de90d6bd3ddd47b
tree005070d7bc73f7e588741c01522fb2f500aa711e
parent0d4460d27ea2fef46f02fa94a60717e9d168ed96
prov: move the entropy source out of the FIPS provider

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/13226)
22 files changed:
crypto/err/openssl.txt
crypto/rand/rand_err.c
include/openssl/randerr.h
providers/common/build.info
providers/common/include/prov/providercommonerr.h
providers/common/provider_err.c
providers/common/provider_seeding.c [new file with mode: 0644]
providers/defltprov.c
providers/fips/fipsprov.c
providers/implementations/include/prov/seeding.h
providers/implementations/rands/build.info
providers/implementations/rands/crngt.c
providers/implementations/rands/drbg.c
providers/implementations/rands/drbg_local.h
providers/implementations/rands/seeding/build.info
providers/implementations/rands/seeding/rand_cpu_x86.c
providers/implementations/rands/seeding/rand_tsc.c
providers/implementations/rands/seeding/rand_unix.c
providers/implementations/rands/seeding/rand_vms.c
providers/implementations/rands/seeding/rand_vxworks.c
providers/implementations/rands/seeding/rand_win.c
providers/implementations/rands/test_rng.c