summaryrefslogtreecommitdiffstats
path: root/crypto/rand
AgeCommit message (Expand)Author
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
2016-07-19Change all our uses of CRYPTO_THREAD_run_once to use RUN_ONCE insteadRichard Levitte
2016-07-15Fix: dummy definition of rand_hw_seed() should also return intRichard Levitte
2016-07-15check return values for EVP_Digest*() APIsDr. Stephen Henson
2016-06-30Convert memset calls to OPENSSL_cleanseMatt Caswell
2016-06-27Fix one more instance of incorrect OPENSSL_API_COMPAT valueMatt Caswell
2016-06-22rand/randfile.c: make it non-ASCII-savvy.Andy Polyakov
2016-06-20rand/randfile.c: remove obsolete commentary.Andy Polyakov
2016-06-20Change default directory for the .rnd file on Windows and VMSRichard Levitte
2016-06-17Change default directory for storing the .rnd file on WindowsMatt Caswell
2016-06-03Added define for STATUS_SUCCESSMat