summaryrefslogtreecommitdiffstats
path: root/crypto/rand
AgeCommit message (Expand)Author
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
2016-06-03Adds casts for 64-bitMat
2016-06-03Define USE_BCRYPTMat
2016-06-03Use BCryptGenRandom on Windows 7 or higherMat
2016-06-01Fix some RAND bugsRich Salz
2016-05-29add removed functions back as deprecatedJoey Yandle
2016-05-29get rid of unnecessary includeJoey Yandle
2016-05-29remove RAND_screen and friendsJoey Yandle
2016-05-29cherry pick pr-512 changesJoey Yandle
2016-05-29OR flags with CRYPT_SILENT to really make sure no UI pops upJoey Yandle
2016-05-29fix endif commentJoey Yandle
2016-05-29remove all WINCE ifdefsJoey Yandle
2016-05-29- remove insane heap walk and kernel loading code; clean up style and calling...Joey Yandle
2016-05-23Remove unused error/function codes.Rich Salz
2016-05-20Clean up the VMS hacks in crypto/rand/randfile.cRichard Levitte
2016-05-20VMS: setbuf() only takes 32-bit pointersRichard Levitte
2016-05-19rand/randfile.c: remove _XOPEN_SOURCE definition.Andy Polyakov
2016-05-17Manual fixes after copyright consolidationRich Salz
2016-05-17Copyright consolidation 09/10Rich Salz
2016-05-16Fold threads.h into crypto.h making API publicViktor Dukhovni
2016-04-20Remove --classic build entirelyRichard Levitte
2016-04-13Rename int_*() functions to *_int()Matt Caswell
2016-04-13Rename lots of *_intern or *_internal function to int_*Matt Caswell
2016-04-13Deprecate RAND_cleanup() and make it a no-opMatt Caswell
2016-04-11Fix the no-posix-io optionMatt Caswell
2016-03-21Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte
2016-03-20Remove #error from include files.Rich Salz
2016-03-17Remove Netware and OS/2Rich Salz
2016-03-09Convert rand code to new threading APIMatt Caswell
2016-03-08OpenSSLDie --> OPENSSL_dieRich Salz
2016-02-25GH715: ENGINE_finish can take NULLRich Salz
2016-02-20Always build library object files with shared library cflagsRichard Levitte
2016-02-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte
2016-02-18Remove outdated DEBUG flags.Rich Salz
2016-02-16md_rand: FAQ URL to use https and follow a redirectViktor Szakats
2016-02-10unified build scheme: add a "unified" template for VMS descrip.mmsRichard Levitte
2016-02-09Use NON_EMPTY_TRANSLATION_UNIT, consistently.Rich Salz