rand: set up EVP and DRBG infrastructure for RAND from providers.
authorPauli <paul.dale@oracle.com>
Fri, 8 May 2020 00:22:45 +0000 (10:22 +1000)
committerPauli <paul.dale@oracle.com>
Wed, 24 Jun 2020 10:05:41 +0000 (20:05 +1000)
commit714a1bb380ddb2bf7538f6a61f47ac87200e3e06
tree429c1298eed420258ad1fb2974638ef1b5bc3e1f
parent94478bd8d7303dc1656d142caabaf05b2a2180eb
rand: set up EVP and DRBG infrastructure for RAND from providers.

Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/11682)
crypto/evp/rand_meth.c
include/openssl/core_names.h
include/openssl/core_numbers.h
include/openssl/evp.h
providers/implementations/build.info
providers/implementations/include/prov/implementations.h
providers/implementations/rands/build.info [new file with mode: 0644]
providers/implementations/rands/drbg.c [new file with mode: 0644]
providers/implementations/rands/drbg_local.h [new file with mode: 0644]
providers/implementations/rands/rand_crng_test.c