summaryrefslogtreecommitdiff
path: root/crypto/rand
Commit message (Expand)AuthorAgeFilesLines
...
* Rename internal rand.h fileRich Salz2017-07-201-1/+1
* Fix faulty includeRichard Levitte2017-07-201-1/+1
* Add range-checking to RAND_DRBG_set_reseed_intervalRich Salz2017-07-203-3/+9
* Add DRBG random methodRich Salz2017-07-197-31/+946
* Fix use-after-freeRich Salz2017-07-171-1/+1
* Standardize apps use of -rand, etc.Rich Salz2017-07-161-1/+4
* Start to overhaul RAND APIRich Salz2017-07-156-322/+238
* Rewrite RAND_egdRich Salz2017-07-121-158/+67
* Trivial bounds checking.Pauli2017-07-071-8/+8
* Remove some now-unneeded VMS controlsRich Salz2017-07-061-16/+4
* Cleanup RAND_load_file,RAND_write_fileRich Salz2017-07-062-146/+98
* Undo commit de02ec2Rich Salz2017-07-052-59/+1
* Undo commit d420ac2Rich Salz2017-07-051-1/+1
* Add RAND_UNIMPLEMENTED error codeRich Salz2017-06-202-0/+3
* make error tables const and separate header fileRich Salz2017-06-071-14/+8
* rand/rand_lib.c: keep fixing no-engine configuration.Andy Polyakov2017-04-101-0/+2
* Fix rand_lib.c for no-engine configurationRichard Levitte2017-04-071-1/+4
* Make getting and setting the RAND default method thread safeRichard Levitte2017-04-071-2/+35
* In rand_cleanup_int(), don't go creating a default methodRichard Levitte2017-04-061-1/+1
* Clean up references to FIPSEmilia Kasper2017-02-282-9/+0
* RAND_egd_bytes: No need to check RAND_status on connection error.ganesh2017-01-241-0/+2
* Fixed the return code for RAND_egd_bytes.ganesh2017-01-241-2/+2
* Fixed the return code of RAND_query_egd_bytes when connect fails.ganesh2017-01-241-3/+2
* Make rand_add predictable when fuzzingKurt Roeckx2017-01-061-0/+5
* updated macro spacing for styling purposesPaul Hovey2016-12-121-1/+1
* fix undoes errors introduced by https://github.com/openssl/openssl/commit/fc6...Paul Hovey2016-12-121-1/+1
* Make the predictable numbers start from 1Kurt Roeckx2016-12-081-1/+1
* Make the random number generator predictable when fuzzing.Kurt Roeckx2016-12-031-2/+2
* rand/randfile.c: treat empty string in RAND_file_name as error.Andy Polyakov2016-09-211-1/+1
* rand/randfile.c: rationalize __OpenBSD__ code path.Andy Polyakov2016-09-211-5/+1
* rand/randfile.c: restore fallback to $HOME for non-setuid programs.Andy Polyakov2016-09-211-4/+6
* Fix mem leaks during auto-deinitMatt Caswell2016-09-081-0/+1
* spelling fixes, just comments and readme.klemens2016-08-051-1/+1
* VSI submission: make the VMS version of RAND_poll() faster and more secureRichard Levitte2016-08-041-49/+73
* Check for errors allocating the error strings.Kurt Roeckx2016-07-201-1/+2
* Change all our uses of CRYPTO_THREAD_run_once to use RUN_ONCE insteadRichard Levitte2016-07-191-4/+12
* Fix: dummy definition of rand_hw_seed() should also return intRichard Levitte2016-07-151-2/+2
* check return values for EVP_Digest*() APIsDr. Stephen Henson2016-07-151-6/+9
* Convert memset calls to OPENSSL_cleanseMatt Caswell2016-06-301-1/+1
* Fix one more instance of incorrect OPENSSL_API_COMPAT valueMatt Caswell2016-06-271-1/+1
* rand/randfile.c: make it non-ASCII-savvy.Andy Polyakov2016-06-221-49/+85
* rand/randfile.c: remove obsolete commentary.Andy Polyakov2016-06-201-5/+0
* Change default directory for the .rnd file on Windows and VMSRichard Levitte2016-06-201-5/+3
* Change default directory for storing the .rnd file on WindowsMatt Caswell2016-06-171-0/+14
* Added define for STATUS_SUCCESSMat2016-06-031-5/+8
* Adds casts for 64-bitMat2016-06-031-3/+3
* Define USE_BCRYPTMat2016-06-031-5/+7
* Use BCryptGenRandom on Windows 7 or higherMat2016-06-031-7/+19
* Fix some RAND bugsRich Salz2016-06-011-3/+3
* add removed functions back as deprecatedJoey Yandle2016-05-291-0/+13