aboutsummaryrefslogtreecommitdiff
path: root/crypto/rand
AgeCommit message (Expand)AuthorFilesLines
2017-08-31Add CRYPTO_thread_glock_newRich Salz2-7/+7
2017-08-30Move e_os.h to be the very first include.Pauli1-2/+1
2017-08-28Make the global DRBGs staticKurt Roeckx2-5/+3
2017-08-28Don't auto-instantiate a DRBG when trying to use it and it's notKurt Roeckx2-62/+101
2017-08-28DRBG: Remove 'randomness' buffer from 'RAND_DRBG'Dr. Matthias St. Pierre4-31/+21
2017-08-28RAND: Rename the RAND_poll_ex() callback and its typedefDr. Matthias St. Pierre5-22/+22
2017-08-28DRBG: clarify difference between entropy counts and buffer lengthsDr. Matthias St. Pierre3-40/+56
2017-08-25NO_SYS_TYPES_H isn't defined anywhere, stop using it as a guardRichard Levitte1-3/+1
2017-08-22Move randomness to allocated bufferRich Salz2-16/+14
2017-08-13Instantiate when RAND_status() checksRich Salz1-0/+2
2017-08-07Various RAND improvementsRich Salz3-43/+55
2017-08-07Make RAND_DRBG fork-safeRich Salz3-2/+16
2017-08-06Use passed drbg, not global oneDr. Stephen Henson1-2/+2
2017-08-05Add entropy sanity checkDr. Stephen Henson1-0/+5
2017-08-05Set randomness buffer pointer in get_entropy calls.Dr. Stephen Henson1-0/+2
2017-08-03Add RAND_priv_bytes() for private keysRich Salz3-24/+58
2017-08-03Add a DRBG to each SSL objectRich Salz1-0/+8
2017-08-03Switch from ossl_rand to DRBG randRich Salz10-1083/+637
2017-07-26Install custom RAND_METHOD for fuzzingRich Salz1-23/+0
2017-07-26Fix async engine pause dead lock in error case.Emeric Brun1-0/+1
2017-07-22Add --with-rand-seedRich Salz6-274/+220
2017-07-20Fix out-of-bounds read in ctr_XORBenjamin Kaduk1-1/+1
2017-07-20typedef's for RAND_DRBG methodsBenjamin Kaduk1-7/+4
2017-07-20Rename internal rand.h fileRich Salz1-1/+1
2017-07-20Fix faulty includeRichard Levitte1-1/+1
2017-07-20Add range-checking to RAND_DRBG_set_reseed_intervalRich Salz3-3/+9
2017-07-19Add DRBG random methodRich Salz7-31/+946
2017-07-17Fix use-after-freeRich Salz1-1/+1
2017-07-16Standardize apps use of -rand, etc.Rich Salz1-1/+4
2017-07-15Start to overhaul RAND APIRich Salz6-322/+238
2017-07-12Rewrite RAND_egdRich Salz1-158/+67
2017-07-07Trivial bounds checking.Pauli1-8/+8
2017-07-06Remove some now-unneeded VMS controlsRich Salz1-16/+4
2017-07-06Cleanup RAND_load_file,RAND_write_fileRich Salz2-146/+98
2017-07-05Undo commit de02ec2Rich Salz2-59/+1
2017-07-05Undo commit d420ac2Rich Salz1-1/+1
2017-06-20Add RAND_UNIMPLEMENTED error codeRich Salz2-0/+3
2017-06-07make error tables const and separate header fileRich Salz1-14/+8
2017-04-10rand/rand_lib.c: keep fixing no-engine configuration.Andy Polyakov1-0/+2
2017-04-07Fix rand_lib.c for no-engine configurationRichard Levitte1-1/+4
2017-04-07Make getting and setting the RAND default method thread safeRichard Levitte1-2/+35
2017-04-06In rand_cleanup_int(), don't go creating a default methodRichard Levitte1-1/+1
2017-02-28Clean up references to FIPSEmilia Kasper2-9/+0
2017-01-24RAND_egd_bytes: No need to check RAND_status on connection error.ganesh1-0/+2
2017-01-24Fixed the return code for RAND_egd_bytes.ganesh1-2/+2
2017-01-24Fixed the return code of RAND_query_egd_bytes when connect fails.ganesh1-3/+2
2017-01-06Make rand_add predictable when fuzzingKurt Roeckx1-0/+5
2016-12-12updated macro spacing for styling purposesPaul Hovey1-1/+1
2016-12-12fix undoes errors introduced by https://github.com/openssl/openssl/commit/fc6...Paul Hovey1-1/+1
2016-12-08Make the predictable numbers start from 1Kurt Roeckx1-1/+1