openssl/providers/implementations/rands
slontis c13ddf0a6c Change all existing FIPS configurable checks to use FIPS indicators.
This changes the logic to always do the security checks and then decide
what to do based on if this passes or not. Failure of a check causes
either a failure OR the FIPS indicator callback to be triggered.

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24623)
2024-07-11 08:29:43 +10:00
..
seeding rand: remove unimplemented librandom stub code 2024-05-24 12:03:21 +02:00
build.info
crngt.c
drbg_ctr.c Change all existing FIPS configurable checks to use FIPS indicators. 2024-07-11 08:29:43 +10:00
drbg_hash.c Change all existing FIPS configurable checks to use FIPS indicators. 2024-07-11 08:29:43 +10:00
drbg_hmac.c Change all existing FIPS configurable checks to use FIPS indicators. 2024-07-11 08:29:43 +10:00
drbg_local.h Change all existing FIPS configurable checks to use FIPS indicators. 2024-07-11 08:29:43 +10:00
drbg.c Change all existing FIPS configurable checks to use FIPS indicators. 2024-07-11 08:29:43 +10:00
seed_src.c rand: fix seeding from a weak entropy source 2023-10-24 11:14:11 +01:00
test_rng.c