]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/rand/drbg_lib.c
Make the public and private DRBG thread local
[thirdparty/openssl.git] / crypto / rand / drbg_lib.c
2018-03-19  Kurt RoeckxMake the public and private DRBG thread local
2018-03-17  Kurt RoeckxPropagate the request for prediction resistance to...
2018-03-17  Bernd EdlingerFixed a crash in error handing of rand_drbg_new
2018-03-16  Dr. Matthias St... RAND_DRBG: add a function for setting the default DRBG...
2018-03-15  Dr. Matthias St... Publish the RAND_DRBG API
2018-03-09  Dr. Matthias St... RAND_DRBG: add a function for setting the reseeding...
2018-03-06  Kurt RoeckxCheck the parent DRBG's strength
2018-02-15  Dr. Matthias St... DRBG: make locking api truly private
2018-02-13  Dr. Matthias St... DRBG: make the derivation function the default for...
2018-02-13  Dr. Matthias St... DRBG: unify initialization and cleanup code
2018-02-13  Dr. Matthias St... DRBG: add locking api
2018-02-05  Dr. Matthias St... Use RAND_DRBG_bytes() for RAND_bytes() and RAND_priv_by...
2018-02-05  Dr. Matthias St... Fix size limitation of RAND_DRBG_bytes()
2018-02-05  Dr. Matthias St... drbg_bytes: remove check for DRBG_UNINITIALIZED state
2018-01-31  Benjamin KadukRevert the crypto "global lock" implementation
2018-01-29  Kurt RoeckxAdd RAND_DRBG_bytes
2018-01-16  Dr. Matthias St... Fix memory leak in do_rand_drbg_init()
2018-01-09  Richard LevitteUpdate copyright years on all files merged since Jan...
2018-01-04  Dr. Matthias St... crypto/rand: restore the generic DRBG implementation
2017-12-17  Dr. Matthias St... Make DRBG uninstantiate() and instantiate() methods...
2017-12-17  Dr. Matthias St... Allocate the three shared DRBGs on the secure heap
2017-12-17  Dr. Matthias St... Implement automatic reseeding of DRBG after a specified...
2017-12-17  Dr. Matthias St... Add master DRBG for reseeding
2017-10-18  Benjamin KadukAdd missing RAND_DRBG locking
2017-10-18  Dr. Matthias St... Remove unnecessary DRBG_RESEED state
2017-10-18  Dr. Matthias St... Fix reseeding issues of the public RAND_DRBG
2017-08-31  Rich SalzAdd CRYPTO_thread_glock_new
2017-08-28  Kurt RoeckxMake the global DRBGs static
2017-08-28  Kurt RoeckxDon't auto-instantiate a DRBG when trying to use it...
2017-08-28  Dr. Matthias St... DRBG: Remove 'randomness' buffer from 'RAND_DRBG'
2017-08-28  Dr. Matthias St... DRBG: clarify difference between entropy counts and...
2017-08-23  Rich SalzMove randomness to allocated buffer
2017-08-13  Rich SalzInstantiate when RAND_status() checks
2017-08-07  Rich SalzMake RAND_DRBG fork-safe
2017-08-03  Rich SalzAdd RAND_priv_bytes() for private keys
2017-08-03  Rich SalzAdd a DRBG to each SSL object
2017-08-03  Rich SalzSwitch from ossl_rand to DRBG rand
2017-07-20  Rich SalzAdd range-checking to RAND_DRBG_set_reseed_interval
2017-07-19  Rich SalzAdd DRBG random method