diff options
author | Dr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> | 2017-11-24 15:24:51 +0100 |
---|---|---|
committer | Dr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> | 2017-12-17 23:12:10 +0100 |
commit | 08a65d9686b131cb4193feaaf1d5cef941fa349c (patch) | |
tree | 6467db5ba5045774298f462969fb139489953793 /util | |
parent | Add master DRBG for reseeding (diff) | |
download | openssl-08a65d9686b131cb4193feaaf1d5cef941fa349c.tar.xz openssl-08a65d9686b131cb4193feaaf1d5cef941fa349c.zip |
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)
Diffstat (limited to 'util')
-rw-r--r-- | util/libcrypto.num | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num index 7bfa6015d0..0b52a446cc 100644 --- a/util/libcrypto.num +++ b/util/libcrypto.num @@ -4447,3 +4447,4 @@ RSA_get_version 4391 1_1_1 EXIST::FUNCTION:RSA RSA_meth_get_multi_prime_keygen 4392 1_1_1 EXIST::FUNCTION:RSA RSA_meth_set_multi_prime_keygen 4393 1_1_1 EXIST::FUNCTION:RSA RAND_DRBG_get0_master 4394 1_1_1 EXIST::FUNCTION: +RAND_DRBG_set_reseed_time_interval 4395 1_1_1 EXIST::FUNCTION: |