openssl/providers/implementations/rands
Pauli 45554b5c71 rand: detect if FIPS approved randomness sources are being used.
This boils down to the operating system sources and RDRAND.
All other sources are not available in the FIPS module.

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/12325)
2020-07-17 22:16:11 +10:00
..
seeding rand: detect if FIPS approved randomness sources are being used. 2020-07-17 22:16:11 +10:00
build.info
crngt.c Update copyright year 2020-06-25 14:13:12 +01:00
drbg_ctr.c coverity 1464983: null pointer dereference 2020-07-05 13:20:09 +10:00
drbg_hash.c Update copyright year 2020-06-25 14:13:12 +01:00
drbg_hmac.c DRBG: Fix the renamed functions after the EVP_MAC name reversal 2020-07-16 14:21:07 +02:00
drbg_local.h
drbg.c coverity: CID 1464987: USE AFTER FREE 2020-07-05 13:20:09 +10:00
rand_pool.c
test_rng.c