openssl/providers/implementations/rands
Vitezslav Cizek 9fb6692c1b Fix DRBG reseed counter condition.
The reseed counter condition was broken since a93ba40, where the
initial value was wrongly changed from one to zero.
Commit 8bf3665 fixed the initialization, but also adjusted the check,
so the problem remained.
This change restores original (OpenSSL-fips-2_0-stable) behavior.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/11195)
2020-07-23 01:12:48 +02: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 Fix DRBG reseed counter condition. 2020-07-23 01:12:48 +02:00
rand_pool.c
test_rng.c