summaryrefslogtreecommitdiffstats
path: root/crypto/rand
AgeCommit message (Expand)Author
2017-08-31Add CRYPTO_thread_glock_newRich Salz
2017-08-30Move e_os.h to be the very first include.Pauli
2017-08-28Make the global DRBGs staticKurt Roeckx
2017-08-28Don't auto-instantiate a DRBG when trying to use it and it's notKurt Roeckx
2017-08-28DRBG: Remove 'randomness' buffer from 'RAND_DRBG'Dr. Matthias St. Pierre
2017-08-28RAND: Rename the RAND_poll_ex() callback and its typedefDr. Matthias St. Pierre
2017-08-28DRBG: clarify difference between entropy counts and buffer lengthsDr. Matthias St. Pierre
2017-08-25NO_SYS_TYPES_H isn't defined anywhere, stop using it as a guardRichard Levitte
2017-08-22Move randomness to allocated bufferRich Salz
2017-08-13Instantiate when RAND_status() checksRich Salz
2017-08-07Various RAND improvementsRich Salz
2017-08-07Make RAND_DRBG fork-safeRich Salz
2017-08-06Use passed drbg, not global oneDr. Stephen Henson
2017-08-05Add entropy sanity checkDr. Stephen Henson
2017-08-05Set randomness buffer pointer in get_entropy calls.Dr. Stephen Henson
2017-08-03Add RAND_priv_bytes() for private keysRich Salz
2017-08-03Add a DRBG to each SSL objectRich Salz
2017-08-03Switch from ossl_rand to DRBG randRich Salz
2017-07-26Install custom RAND_METHOD for fuzzingRich Salz
2017-07-26Fix async engine pause dead lock in error case.Emeric Brun
2017-07-22Add --with-rand-seedRich Salz
2017-07-20Fix out-of-bounds read in ctr_XORBenjamin Kaduk
2017-07-20typedef's for RAND_DRBG methodsBenjamin Kaduk
2017-07-20Rename internal rand.h fileRich Salz
2017-07-20Fix faulty includeRichard Levitte
2017-07-20Add range-checking to RAND_DRBG_set_reseed_intervalRich Salz
2017-07-19Add DRBG random methodRich Salz
2017-07-17Fix use-after-freeRich Salz
2017-07-16Standardize apps use of -rand, etc.Rich Salz
2017-07-15Start to overhaul RAND APIRich Salz
2017-07-12Rewrite RAND_egdRich Salz
2017-07-07Trivial bounds checking.Pauli
2017-07-06Remove some now-unneeded VMS controlsRich Salz
2017-07-06Cleanup RAND_load_file,RAND_write_fileRich Salz
2017-07-05Undo commit de02ec2Rich Salz
2017-07-05Undo commit d420ac2Rich Salz
2017-06-20Add RAND_UNIMPLEMENTED error codeRich Salz
2017-06-07make error tables const and separate header fileRich Salz
2017-04-10rand/rand_lib.c: keep fixing no-engine configuration.Andy Polyakov
2017-04-07Fix rand_lib.c for no-engine configurationRichard Levitte
2017-04-07Make getting and setting the RAND default method thread safeRichard Levitte
2017-04-06In rand_cleanup_int(), don't go creating a default methodRichard Levitte
2017-02-28Clean up references to FIPSEmilia Kasper
2017-01-24RAND_egd_bytes: No need to check RAND_status on connection error.ganesh
2017-01-24Fixed the return code for RAND_egd_bytes.ganesh
2017-01-24Fixed the return code of RAND_query_egd_bytes when connect fails.ganesh
2017-01-06Make rand_add predictable when fuzzingKurt Roeckx
2016-12-12updated macro spacing for styling purposesPaul Hovey
2016-12-12fix undoes errors introduced by https://github.com/openssl/openssl/commit/fc6...Paul Hovey
2016-12-08Make the predictable numbers start from 1Kurt Roeckx