openssl/crypto/rand
Dr. Matthias St. Pierre 08a65d9686 Implement automatic reseeding of DRBG after a specified time interval
Every DRBG now supports automatic reseeding not only after a given
number of generate requests, but also after a specified time interval.

Signed-off-by: Dr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>

Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
(Merged from https://github.com/openssl/openssl/pull/4402)
2017-12-17 23:12:10 +01:00
..
build.info Switch from ossl_rand to DRBG rand 2017-08-03 09:23:28 -04:00
drbg_lib.c Implement automatic reseeding of DRBG after a specified time interval 2017-12-17 23:12:10 +01:00
drbg_rand.c Add master DRBG for reseeding 2017-12-17 23:12:10 +01:00
rand_egd.c Switch from ossl_rand to DRBG rand 2017-08-03 09:23:28 -04:00
rand_err.c Fix reseeding issues of the public RAND_DRBG 2017-10-18 08:39:20 -05:00
rand_lcl.h Implement automatic reseeding of DRBG after a specified time interval 2017-12-17 23:12:10 +01:00
rand_lib.c Add master DRBG for reseeding 2017-12-17 23:12:10 +01:00
rand_unix.c Fix reseeding issues of the public RAND_DRBG 2017-10-18 08:39:20 -05:00
rand_vms.c Fix reseeding issues of the public RAND_DRBG 2017-10-18 08:39:20 -05:00
rand_win.c Fix reseeding issues of the public RAND_DRBG 2017-10-18 08:39:20 -05:00
randfile.c Resolve warnings in VC-WIN32 build, which allows to add /WX. 2017-11-13 10:58:57 +01:00