summaryrefslogtreecommitdiffstats
path: root/crypto/rand/rand_lib.c
AgeCommit message (Expand)Author
2020-03-17Update copyright yearMatt Caswell
2020-02-06Fix misspelling errors and typos reported by codespellDr. Matthias St. Pierre
2019-12-15rand_lib.c: fix null pointer dereferences after RAND_get_rand_method() failureDr. Matthias St. Pierre
2019-09-27Reorganize local header filesDr. Matthias St. Pierre
2019-09-27Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-10Fix a potential crash in rand_unix.cBernd Edlinger
2019-09-09drbg: fix issue where DRBG_CTR fails if NO_DF is used (2nd attempt)Dr. 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-23Make rand_pool buffers more dynamic in their sizing.Pauli
2019-07-23Allocate DRBG additional data pool from non-secure memoryBernd Edlinger
2019-05-30Fix broken change from b3d113e.Pauli
2019-05-28Update copyright yearRichard Levitte
2019-03-22Cosmetic rand/drbg changes.Pauli
2018-11-09Fix issues with do_rand_init/rand_cleanup_intBernd Edlinger
2018-11-08Add missing RAND initialisation call.Pauli
2018-11-07Rename the rand_drbg_st data member "pool" to "seed_pool"Bernd Edlinger
2018-11-05Avoid two memory allocations in each RAND_DRBG_bytesBernd Edlinger
2018-10-29Rework and simplify resource flow in drbg_addBernd Edlinger
2018-10-27Fix data race in RAND_DRBG_generateBernd Edlinger
2018-10-26Fix a possible crash in rand_drbg_get_entropyBernd Edlinger
2018-10-22RAND_add(): fix heap corruption in error pathDr. Matthias St. Pierre
2018-10-16DRBG: fix reseeding via RAND_add()/RAND_seed() with large inputDr. Matthias St. Pierre
2018-08-22rand_lib.c: Don't open random devices while cleaning up.Dr. Matthias St. Pierre
2018-07-26Fixed issue where DRBG_CTR fails if NO_DF is used - when entropy is calledShane Lontis
2018-06-27Modify the DEVRANDOM source so that the files are kept open persistently.Pauli
2018-05-11Use void in all function definitions that do not take any argumentsKurt Roeckx
2018-05-02Change rand_pool_bytes_needed to handle less entropy than 1 per 8 bitsRichard Levitte
2018-05-01Improve error handling in rand_init functionBernd Edlinger
2018-04-13DRBG: implement a get_nonce() callbackDr. Matthias St. Pierre
2018-04-10DRBG: fix memory leak on error in rand_drbg_get_entropy()Dr. Matthias St. Pierre
2018-04-04Remove ambiguity in rand_pool_add[_end] return valueRichard Levitte
2018-04-01Make sure we use a nonce when a nonce is requiredKurt Roeckx
2018-03-19Make the public and private DRBG thread localKurt Roeckx
2018-03-17Return error when trying to use prediction resistanceKurt Roeckx
2018-03-17Propagate the request for prediction resistance to the get entropy callKurt Roeckx
2018-03-15Publish the RAND_DRBG APIDr. Matthias St. Pierre
2018-03-06Check the parent DRBG's strengthKurt Roeckx
2018-02-21Check return value of time() when getting additional data for the DRBGKurt Roeckx
2018-02-15DRBG: make locking api truly privateDr. Matthias St. Pierre
2018-02-13DRBG: add locking apiDr. Matthias St. Pierre
2018-02-09Fix glibc version detection.Pauli
2018-02-07Fix glibc specific conditional for Mac OS/XPauli
2018-02-07Unify timer codePauli
2018-02-05Use RAND_DRBG_bytes() for RAND_bytes() and RAND_priv_bytes()Dr. Matthias St. Pierre
2018-01-31Revert the crypto "global lock" implementationBenjamin Kaduk
2018-01-31crypto/rand/rand_lib.c: fix undefined reference to `clock_gettime'Dr. Matthias St. Pierre
2018-01-29Add RAND_DRBG_bytesKurt Roeckx
2017-12-17Add master DRBG for reseedingDr. Matthias St. Pierre
2017-10-18Add missing RAND_DRBG lockingBenjamin Kaduk