rand: move the entropy source out of the FIPS provider
authorPauli <paul.dale@oracle.com>
Fri, 30 Oct 2020 05:53:22 +0000 (15:53 +1000)
committerPauli <paul.dale@oracle.com>
Thu, 19 Nov 2020 22:24:21 +0000 (08:24 +1000)
commit03bede0cc8418e056d4ac551fbdc2283e0e9491f
tree116154c3e80bb806d6becadaefc35a8e1e7013b8
parent71febb399225ec5b0f85292fe9487d507fbafb7e
rand: 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)
14 files changed:
crypto/err/openssl.txt
crypto/evp/evp_rand.c
crypto/provider_core.c
crypto/rand/build.info
crypto/rand/prov_seed.c [new file with mode: 0644]
crypto/rand/rand_err.c
crypto/rand/rand_lib.c
crypto/rand/rand_pool.c
include/crypto/rand.h
include/openssl/core_dispatch.h
include/openssl/core_names.h
include/openssl/randerr.h
providers/common/include/prov/providercommonerr.h
providers/common/provider_err.c