Reorganize private crypto header files
[openssl.git] / crypto / rand / drbg_lib.c
2019-09-28 Dr. Matthias St... Reorganize private crypto header files
2019-09-19 Rich SalzAvoid ?: construct in XXXerr calls
2019-09-11 Dr. Matthias St... drbg: ensure fork-safety without using a pthread_atfork...
2019-08-21 Richard LevitteFix drbg_ossl_ctx_free() and drbg_nonce_ossl_ctx_free...
2019-07-22 Bernd EdlingerAllocate DRBG additional data pool from non-secure...
2019-07-02 Antoine CœurFix Typos
2019-06-28 Matt CaswellMake the RAND code available from inside the FIPS module
2019-06-19 Matt CaswellProvide an ability to deregister thread stop handlers
2019-06-17 Matt CaswellTell the FIPS provider about thread stop events
2019-06-17 Matt CaswellConvert thread stop handling into a publish/subscribe...
2019-06-07 Matt CaswellMove the rand_nonce_lock code into drbg_lib.c
2019-06-07 Matt CaswellConvert drbg_lib to use OPENSSL_CTX for its global...
2019-05-10 Dr. Matthias St... Ignore entropy from RAND_add()/RAND_seed() in FIPS...
2019-03-29 PauliAdd the FIPS related continuous random number generator...
2019-03-22 PauliCosmetic rand/drbg changes.
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-11-08 Dr. Matthias St... Test: link drbgtest statically against libcrypto
2018-11-07 Bernd EdlingerRename the rand_drbg_st data member "pool" to "seed_pool"
2018-11-05 Bernd EdlingerFix error handling in RAND_DRBG_uninstantiate
2018-11-05 Bernd EdlingerFix error handling in rand_drbg_new
2018-11-05 Bernd EdlingerFix error handling in RAND_DRBG_set
2018-10-31 Bernd EdlingerAvoid two memory allocations in each RAND_DRBG_bytes
2018-10-30 Bernd EdlingerFix a race condition in drbg_add
2018-10-29 Bernd EdlingerRework and simplify resource flow in drbg_add
2018-10-28 Dr. Matthias St... drbg_lib: avoid NULL pointer dereference in drbg_add
2018-10-26 Bernd EdlingerFix data race in RAND_DRBG_generate
2018-10-26 Dr. Matthias St... RAND_add()/RAND_seed(): fix failure on short input...
2018-10-16 Dr. Matthias St... DRBG: fix reseeding via RAND_add()/RAND_seed() with...
2018-10-10 FdaSilvaYYcrypto/rand: fix some style nit's
2018-09-27 Shane LontisAdded DRBG_HMAC & DRBG_HASH + Added defaults for settin...
2018-09-12 Dr. Matthias St... Replace the public RAND_DRBG_USED_FLAGS #define by...
2018-05-11 Kurt RoeckxUse void in all function definitions that do not take...
2018-04-28 Bernd EdlingerDon't cleanup uninitialized thread local slots
2018-04-27 Bernd EdlingerFix drbg thread cleanup and error handling
2018-04-17 Dr. Matthias St... DRBG: fix coverity issues
2018-04-13 Dr. Matthias St... DRBG: implement a get_nonce() callback
2018-04-01 Kurt RoeckxMake sure we use a nonce when a nonce is required
2018-03-29 Dr. Matthias St... Add documentation for the RAND_DRBG API
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