summaryrefslogtreecommitdiffstats
path: root/crypto/rand
AgeCommit message (Expand)Author
2010-07-08rand_nw.c: compensate for gcc bug (using %edx instead of %eax at -O3)Andy Polyakov
2010-06-12Fix gcc 4.6 warnings. Check TLS server hello extension length.Ben Laurie
2010-03-22rand_win.c: fix logical bug in readscreen [from HEAD].Andy Polyakov
2010-02-17PR: 2100Dr. Stephen Henson
2010-01-26PR: 2138Dr. Stephen Henson
2010-01-19rand_win.c: handel GetTickCount wrap-around [from HEAD].Andy Polyakov
2009-09-20Don't use __try+__except unless on VC++Dr. Stephen Henson
2009-07-24PR: 1992Dr. Stephen Henson
2009-06-02PR: 1937Dr. Stephen Henson
2009-02-16Use shared dev team flags, fix resulting warning.Ben Laurie
2008-12-30Backport http://cvs.openssl.org/chngview?cn=17710 from HEAD.Andy Polyakov
2008-10-28randfile.c: .rnd can become orphaned on VMS [from HEAD].Andy Polyakov
2008-09-17Make update: delete duplicate error code.Dr. Stephen Henson
2008-09-16Merge changes to build system from fips branch.Dr. Stephen Henson
2008-09-16Add missing file.Dr. Stephen Henson
2008-09-16RAND library FIPS merge.Dr. Stephen Henson
2008-09-14Fix error code discrepancy.Dr. Stephen Henson
2008-05-20Correctly adjust location of commentLutz Jänicke
2008-05-16Another occurance of possible valgrind/purify "uninitialized memory"Lutz Jänicke
2008-01-03Netware support.Dr. Stephen Henson
2007-09-21The use of the PURIFY macro in ssleay_rand_bytes() is sufficient toLutz Jänicke
2007-09-20Use PURIFY instead of PEDANTIC.Ben Laurie
2007-09-19Wrap "keep valgrind happy" change in #ifdef PEDANTIC so any entropy in theDr. Stephen Henson
2007-03-02Initialize "buf" to 0 to make valgrind happy :-)Lutz Jänicke
2007-03-02Do not use uninitialized memory to seed the PRNG as it may confuseLutz Jänicke
2007-01-21Update from HEAD.Dr. Stephen Henson
2006-11-21Rebuild error file C source files.Dr. Stephen Henson
2006-06-30use <poll.h> as by Single Unix SpecificationBodo Möller
2006-06-28always read in RAND_poll() if we can't use select because of a tooBodo Möller
2006-06-27Use poll() when possible to gather Unix randomness entropyRichard Levitte
2006-02-04Update filenames in makefilesDr. Stephen Henson
2005-10-13Broaden compatibility amount Win32 headers even further [from HEAD].Andy Polyakov
2005-09-22Broaden compatibility among Windows SDK versions [from HEAD].Andy Polyakov
2005-08-28fix warnings when building openssl with (gcc 3.3.1):Nils Larsch
2005-08-07Windows CE update from HEAD.Andy Polyakov
2005-08-03WCE update, mostly typos [from HEAD].Andy Polyakov
2005-08-02Abstain from GUI calls in rand_win.c in NT service context [from HEAD].Andy Polyakov
2005-08-02WCE update from HEAD.Andy Polyakov
2005-06-18Move the definition of DEVRANDOM for DJGPP from Configure to e_os.h.Richard Levitte
2005-05-30DJGPP changes. Contributed by Doug Kaufman <dkaufman@rahul.net>Richard Levitte
2005-05-21When _XOPEN_SOURCE is defined, make sure it's defined to 500. Required inRichard Levitte
2005-05-21Move _WIN32_WINNT definition from command line to e_os.h [from HEAD].Andy Polyakov
2005-05-16Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov
2005-05-16make updateBodo Möller
2005-05-15Fool-proofing MakefilesAndy Polyakov
2005-04-19Various Win32 and other fixes for warnings and compilation errors.Dr. Stephen Henson
2005-04-12Rebuild error codes.Dr. Stephen Henson
2005-04-11Add emacs cache files to .cvsignore.Richard Levitte
2005-04-07make sure error queue is totally emptiedNils Larsch
2005-03-30Blow away Makefile.ssl.Ben Laurie