summaryrefslogtreecommitdiffstats
path: root/crypto/include/internal/rand_int.h
AgeCommit message (Expand)Author
2019-06-17Convert thread stop handling into a publish/subscribe modelMatt Caswell
2019-06-07Convert drbg_lib to use OPENSSL_CTX for its global dataMatt Caswell
2019-03-29Add the FIPS related continuous random number generator (CRNG) testing.Pauli
2018-12-06Following the license change, modify the boilerplates in include/ and crypto/...Richard Levitte
2018-11-01Avoid two memory allocations in each RAND_DRBG_bytesBernd Edlinger
2018-10-16DRBG: fix reseeding via RAND_add()/RAND_seed() with large inputDr. Matthias St. Pierre
2018-06-27Modify the DEVRANDOM source so that the files are kept open persistently.Pauli
2018-05-02Change rand_pool_bytes_needed to handle less entropy than 1 per 8 bitsRichard Levitte
2018-04-13DRBG: implement a get_nonce() callbackDr. Matthias St. Pierre
2018-04-04Change rand_pool_add[_end] prototypes to matchRichard Levitte
2018-03-20Update copyright yearMatt Caswell
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-15Publish the RAND_DRBG APIDr. Matthias St. Pierre
2017-10-18Fix reseeding issues of the public RAND_DRBGDr. Matthias St. Pierre
2017-08-28Don't auto-instantiate a DRBG when trying to use it and it's notKurt Roeckx
2017-08-07Make RAND_DRBG fork-safeRich Salz
2017-07-20Rename internal rand.h fileRich Salz