summaryrefslogtreecommitdiffstats
path: root/crypto/rand/drbg_lib.c
AgeCommit message (Expand)Author
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-19Avoid ?: construct in XXXerr callsRich Salz
2019-09-11drbg: ensure fork-safety without using a pthread_atfork handlerDr. Matthias St. Pierre
2019-08-22Fix drbg_ossl_ctx_free() and drbg_nonce_ossl_ctx_free() to handle NULLRichard Levitte
2019-07-22Allocate DRBG additional data pool from non-secure memoryBernd Edlinger
2019-07-02Fix TyposAntoine Cœur
2019-06-28Make the RAND code available from inside the FIPS moduleMatt Caswell
2019-06-19Provide an ability to deregister thread stop handlersMatt Caswell
2019-06-17Tell the FIPS provider about thread stop eventsMatt Caswell
2019-06-17Convert thread stop handling into a publish/subscribe modelMatt Caswell
2019-06-07Move the rand_nonce_lock code into drbg_lib.cMatt Caswell
2019-06-07Convert drbg_lib to use OPENSSL_CTX for its global dataMatt Caswell
2019-05-10Ignore entropy from RAND_add()/RAND_seed() in FIPS modeDr. Matthias St. Pierre
2019-03-29Add the FIPS related continuous random number generator (CRNG) testing.Pauli
2019-03-22Cosmetic rand/drbg changes.Pauli
2018-12-06Following the license change, modify the boilerplates in crypto/rand/Richard Levitte
2018-11-08Test: link drbgtest statically against libcryptoDr. Matthias St. Pierre
2018-11-07Rename the rand_drbg_st data member "pool" to "seed_pool"Bernd Edlinger
2018-11-05Fix error handling in RAND_DRBG_uninstantiateBernd Edlinger
2018-11-05Fix error handling in rand_drbg_newBernd Edlinger
2018-11-05Fix error handling in RAND_DRBG_setBernd Edlinger
2018-11-01Avoid two memory allocations in each RAND_DRBG_bytesBernd Edlinger
2018-10-30Fix a race condition in drbg_addBernd Edlinger
2018-10-29Rework and simplify resource flow in drbg_addBernd Edlinger
2018-10-28drbg_lib: avoid NULL pointer dereference in drbg_addDr. Matthias St. Pierre
2018-10-26Fix data race in RAND_DRBG_generateBernd Edlinger
2018-10-26RAND_add()/RAND_seed(): fix failure on short input or low entropyDr. Matthias St. Pierre
2018-10-16DRBG: fix reseeding via RAND_add()/RAND_seed() with large inputDr. Matthias St. Pierre
2018-10-10crypto/rand: fix some style nit'sFdaSilvaYY
2018-09-28Added DRBG_HMAC & DRBG_HASH + Added defaults for setting DRBG for master/publ...Shane Lontis
2018-09-12Replace the public RAND_DRBG_USED_FLAGS #define by an internal constantDr. Matthias St. Pierre
2018-05-11Use void in all function definitions that do not take any argumentsKurt Roeckx
2018-04-28Don't cleanup uninitialized thread local slotsBernd Edlinger
2018-04-27Fix drbg thread cleanup and error handlingBernd Edlinger
2018-04-17DRBG: fix coverity issuesDr. Matthias St. Pierre
2018-04-13DRBG: implement a get_nonce() callbackDr. Matthias St. Pierre
2018-04-01Make sure we use a nonce when a nonce is requiredKurt Roeckx
2018-03-30Add documentation for the RAND_DRBG APIDr. Matthias St. Pierre
2018-03-19Make the public and private DRBG thread localKurt Roeckx
2018-03-17Propagate the request for prediction resistance to the get entropy callKurt Roeckx
2018-03-17Fixed a crash in error handing of rand_drbg_newBernd Edlinger
2018-03-16RAND_DRBG: add a function for setting the default DRBG type and flagsDr. Matthias St. Pierre
2018-03-15Publish the RAND_DRBG APIDr. Matthias St. Pierre
2018-03-10RAND_DRBG: add a function for setting the reseeding defaultsDr. Matthias St. Pierre
2018-03-06Check the parent DRBG's strengthKurt Roeckx
2018-02-15DRBG: make locking api truly privateDr. Matthias St. Pierre
2018-02-13DRBG: make the derivation function the default for ctr_drbgDr. Matthias St. Pierre
2018-02-13DRBG: unify initialization and cleanup codeDr. Matthias St. Pierre
2018-02-13DRBG: add locking apiDr. Matthias St. Pierre