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)
Showing
- crypto/rand/drbg_lib.c 45 additions, 14 deletionscrypto/rand/drbg_lib.c
- crypto/rand/rand_lcl.h 13 additions, 1 deletioncrypto/rand/rand_lcl.h
- include/internal/rand.h 1 addition, 0 deletionsinclude/internal/rand.h
- test/drbgtest.c 13 additions, 0 deletionstest/drbgtest.c
- util/libcrypto.num 1 addition, 0 deletionsutil/libcrypto.num
Please register or sign in to comment