summaryrefslogtreecommitdiffstats
path: root/crypto/rand
AgeCommit message (Expand)Author
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
2016-12-03Make the random number generator predictable when fuzzing.Kurt Roeckx
2016-09-21rand/randfile.c: treat empty string in RAND_file_name as error.Andy Polyakov
2016-09-21rand/randfile.c: rationalize __OpenBSD__ code path.Andy Polyakov
2016-09-21rand/randfile.c: restore fallback to $HOME for non-setuid programs.Andy Polyakov
2016-09-08Fix mem leaks during auto-deinitMatt Caswell
2016-08-05spelling fixes, just comments and readme.klemens
2016-08-04VSI submission: make the VMS version of RAND_poll() faster and more secureRichard Levitte
2016-07-20Check for errors allocating the error strings.Kurt Roeckx