summaryrefslogtreecommitdiffstats
path: root/crypto/rand/drbg_lib.c
AgeCommit message (Expand)Author
2020-09-10Revert two renamings backported from masterDr. Matthias St. Pierre
2020-09-10Fix the DRBG seed propagationDr. Matthias St. Pierre
2020-09-07Coverity FixesShane Lontis
2020-03-17Update copyright yearMatt Caswell
2020-02-06Fix misspelling errors and typos reported by codespellDr. Matthias St. Pierre
2019-09-27Reorganize local header filesDr. Matthias St. Pierre
2019-09-27Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-09drbg: ensure fork-safety without using a pthread_atfork handlerDr. Matthias St. Pierre
2019-07-31Fix TyposAntoine Cœur
2019-07-23Allocate DRBG additional data pool from non-secure memoryBernd Edlinger
2019-05-28Update copyright yearRichard Levitte
2019-03-22Cosmetic rand/drbg changes.Pauli
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-07Initialize reseed_gen_counter to 1, like it is done in masterBernd Edlinger
2018-11-05Avoid two memory allocations in each RAND_DRBG_bytesBernd 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-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-27Fix data race in RAND_DRBG_generateBernd Edlinger
2018-10-27RAND_add()/RAND_seed(): fix failure on short input or low entropyDr. Matthias St. Pierre
2018-10-26Backport some DRBG renamings and typo fixesDr. 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-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
2018-02-05Use RAND_DRBG_bytes() for RAND_bytes() and RAND_priv_bytes()Dr. Matthias St. Pierre
2018-02-05Fix size limitation of RAND_DRBG_bytes()Dr. Matthias St. Pierre
2018-02-05drbg_bytes: remove check for DRBG_UNINITIALIZED stateDr. Matthias St. Pierre
2018-01-31Revert the crypto "global lock" implementationBenjamin Kaduk