aboutsummaryrefslogtreecommitdiff
path: root/crypto/rand
AgeCommit message (Expand)AuthorFilesLines
2016-09-21rand/randfile.c: treat empty string in RAND_file_name as error.Andy Polyakov1-1/+1
2016-09-21rand/randfile.c: rationalize __OpenBSD__ code path.Andy Polyakov1-5/+1
2016-09-21rand/randfile.c: restore fallback to $HOME for non-setuid programs.Andy Polyakov1-4/+6
2016-09-08Fix mem leaks during auto-deinitMatt Caswell1-0/+1
2016-08-05spelling fixes, just comments and readme.klemens1-1/+1
2016-08-04VSI submission: make the VMS version of RAND_poll() faster and more secureRichard Levitte1-49/+73
2016-07-20Check for errors allocating the error strings.Kurt Roeckx1-1/+2
2016-07-19Change all our uses of CRYPTO_THREAD_run_once to use RUN_ONCE insteadRichard Levitte1-4/+12
2016-07-15Fix: dummy definition of rand_hw_seed() should also return intRichard Levitte1-2/+2
2016-07-15check return values for EVP_Digest*() APIsDr. Stephen Henson1-6/+9
2016-06-30Convert memset calls to OPENSSL_cleanseMatt Caswell1-1/+1
2016-06-27Fix one more instance of incorrect OPENSSL_API_COMPAT valueMatt Caswell1-1/+1
2016-06-22rand/randfile.c: make it non-ASCII-savvy.Andy Polyakov1-49/+85
2016-06-20rand/randfile.c: remove obsolete commentary.Andy Polyakov1-5/+0
2016-06-20Change default directory for the .rnd file on Windows and VMSRichard Levitte1-5/+3
2016-06-17Change default directory for storing the .rnd file on WindowsMatt Caswell1-0/+14
2016-06-03Added define for STATUS_SUCCESSMat1-5/+8
2016-06-03Adds casts for 64-bitMat1-3/+3
2016-06-03Define USE_BCRYPTMat1-5/+7
2016-06-03Use BCryptGenRandom on Windows 7 or higherMat1-7/+19
2016-06-01Fix some RAND bugsRich Salz1-3/+3
2016-05-29add removed functions back as deprecatedJoey Yandle1-0/+13
2016-05-29get rid of unnecessary includeJoey Yandle1-1/+0
2016-05-29remove RAND_screen and friendsJoey Yandle1-68/+0
2016-05-29cherry pick pr-512 changesJoey Yandle1-95/+0
2016-05-29OR flags with CRYPT_SILENT to really make sure no UI pops upJoey Yandle1-2/+2
2016-05-29fix endif commentJoey Yandle1-1/+1
2016-05-29remove all WINCE ifdefsJoey Yandle1-35/+2
2016-05-29- remove insane heap walk and kernel loading code; clean up style and calling...Joey Yandle1-349/+13
2016-05-23Remove unused error/function codes.Rich Salz1-19/+1
2016-05-20Clean up the VMS hacks in crypto/rand/randfile.cRichard Levitte1-16/+6
2016-05-20VMS: setbuf() only takes 32-bit pointersRichard Levitte1-4/+40
2016-05-19rand/randfile.c: remove _XOPEN_SOURCE definition.Andy Polyakov1-8/+26
2016-05-17Manual fixes after copyright consolidationRich Salz1-51/+6
2016-05-17Copyright consolidation 09/10Rich Salz8-642/+48
2016-05-16Fold threads.h into crypto.h making API publicViktor Dukhovni1-1/+0
2016-04-20Remove --classic build entirelyRichard Levitte1-45/+0
2016-04-13Rename int_*() functions to *_int()Matt Caswell1-1/+1
2016-04-13Rename lots of *_intern or *_internal function to int_*Matt Caswell1-1/+1
2016-04-13Deprecate RAND_cleanup() and make it a no-opMatt Caswell1-2/+2
2016-04-11Fix the no-posix-io optionMatt Caswell1-1/+1
2016-03-21Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte1-3/+0
2016-03-20Remove #error from include files.Rich Salz1-3/+1
2016-03-17Remove Netware and OS/2Rich Salz6-355/+6
2016-03-09Convert rand code to new threading APIMatt Caswell1-32/+47
2016-03-08OpenSSLDie --> OPENSSL_dieRich Salz1-1/+1
2016-02-25GH715: ENGINE_finish can take NULLRich Salz1-6/+4
2016-02-20Always build library object files with shared library cflagsRichard Levitte1-1/+1
2016-02-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte1-1/+1
2016-02-18Remove outdated DEBUG flags.Rich Salz1-10/+0