]> git.ipfire.org Git - thirdparty/openssl.git/commit - crypto/rand/drbg_lib.c
Implement automatic reseeding of DRBG after a specified time interval
authorDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Fri, 24 Nov 2017 14:24:51 +0000 (15:24 +0100)
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Sun, 17 Dec 2017 22:12:10 +0000 (23:12 +0100)
commit08a65d9686b131cb4193feaaf1d5cef941fa349c
tree6467db5ba5045774298f462969fb139489953793
parenta93ba405b0327db9106f8f224112a2b64fb264e7
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)
crypto/rand/drbg_lib.c
crypto/rand/rand_lcl.h
include/internal/rand.h
test/drbgtest.c
util/libcrypto.num