aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rand
Commit message (Expand)AuthorAgeFilesLines
* 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
* get rid of unnecessary includeJoey Yandle2016-05-291-1/+0
* remove RAND_screen and friendsJoey Yandle2016-05-291-68/+0
* cherry pick pr-512 changesJoey Yandle2016-05-291-95/+0
* OR flags with CRYPT_SILENT to really make sure no UI pops upJoey Yandle2016-05-291-2/+2
* fix endif commentJoey Yandle2016-05-291-1/+1
* remove all WINCE ifdefsJoey Yandle2016-05-291-35/+2
* - remove insane heap walk and kernel loading code; clean up style and calling...Joey Yandle2016-05-291-349/+13
* Remove unused error/function codes.Rich Salz2016-05-231-19/+1
* Clean up the VMS hacks in crypto/rand/randfile.cRichard Levitte2016-05-201-16/+6
* VMS: setbuf() only takes 32-bit pointersRichard Levitte2016-05-201-4/+40
* rand/randfile.c: remove _XOPEN_SOURCE definition.Andy Polyakov2016-05-191-8/+26
* Manual fixes after copyright consolidationRich Salz2016-05-171-51/+6
* Copyright consolidation 09/10Rich Salz2016-05-178-642/+48
* Fold threads.h into crypto.h making API publicViktor Dukhovni2016-05-161-1/+0
* Remove --classic build entirelyRichard Levitte2016-04-201-45/+0
* Rename int_*() functions to *_int()Matt Caswell2016-04-131-1/+1
* Rename lots of *_intern or *_internal function to int_*Matt Caswell2016-04-131-1/+1
* Deprecate RAND_cleanup() and make it a no-opMatt Caswell2016-04-131-2/+2
* Fix the no-posix-io optionMatt Caswell2016-04-111-1/+1
* Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte2016-03-211-3/+0