summaryrefslogtreecommitdiffstats
path: root/crypto/rand
AgeCommit message (Expand)Author
2008-10-28randfile.c: .rnd can become orphaned on VMS.Andy Polyakov
2008-08-06Remove the dual-callback scheme for numeric and pointer thread IDs,Geoff Thorpe
2008-07-03Revert my earlier CRYPTO_THREADID commit, I will commit a reworkedGeoff Thorpe
2008-06-04More type-checking.Ben Laurie
2008-05-20Correctly adjust location of commentLutz Jänicke
2008-05-16Another occurance of possible valgrind/purify "uninitialized memory"Lutz Jänicke
2008-03-28There was a need to support thread ID types that couldn't be reliably castGeoff Thorpe
2008-01-03Netware support.Dr. Stephen Henson
2007-09-24Port from 0.9.8-stableLutz Jänicke
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-21Constify version strings and some structures.Dr. Stephen Henson
2006-11-21Update from 0.9.8 stable. Eliminate duplicate error codes.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-06-23New functions CRYPTO_set_idptr_callback(),Bodo Möller
2006-04-11Add BeOS support.Ulf Möller
2006-02-04Update filenames in makefiles.Dr. Stephen Henson
2005-11-03Mask libcrypto references to stat with OPENSSL_NO_POSIX_IO.Andy Polyakov
2005-10-13Broaden compatibility amount Win32 headers even further [some don't haveAndy Polyakov
2005-09-22Broaden compatibility among Windows SDK versions. Elder versions don't haveAndy Polyakov
2005-08-28fix warnings when building openssl with the following compiler options:Nils Larsch
2005-08-07Final(?) WinCE update.Andy Polyakov
2005-08-03WCE update, mostly typos.Andy Polyakov
2005-08-02Abstain from GUI calls in rand_win.c in NT service context.Andy Polyakov
2005-08-02Eliminate bogus #if WCEPLATFORM!=MS_HPC_PRO [which by the way unconditionallyAndy Polyakov
2005-07-22Fix some signed/unsigned warnings.Geoff Thorpe
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. The change isAndy 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
2005-03-24undo Cygwin changeUlf Möller
2005-03-19Use Windows randomness code on CygwinUlf Möller
2005-02-19Fix hang in EGD/PRNGD query when communication socket is closedLutz Jänicke
2005-01-13Fix an "oops" typo! Well, it was a debugging left-over...Andy Polyakov
2005-01-13O_NOFOLLOW is not appropriate when opening /dev/* entries on Solaris.Andy Polyakov
2005-01-12Correct a faulty address assignment, and add a length check (notRichard Levitte
2005-01-04DJGPP update.Andy Polyakov
2004-11-02Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte
2004-07-21Make rand_win.c UNICODE savvy.Andy Polyakov
2004-06-28Changes for VOS, submitted by Paul Green <Paul.Green@stratus.com>.Richard Levitte