summaryrefslogtreecommitdiffstats
path: root/crypto/rand
AgeCommit message (Expand)Author
2012-01-15Fix OPNESSL vs. OPENSSL typos [from HEAD].Andy Polyakov
2011-12-19PR: 2563Dr. Stephen Henson
2011-09-16Improved error checking for DRBG calls.Dr. Stephen Henson
2011-06-21Don't set FIPS rand method at same time as RAND method as this can causeDr. Stephen Henson
2011-06-13Set rand method in FIPS_mode_set() not in rand library.Dr. Stephen Henson
2011-06-13Redirect RAND to FIPS module in FIPS mode.Dr. Stephen Henson
2011-05-26The first of many changes to make OpenSSL 1.0.1 FIPS capable.Dr. Stephen Henson
2011-03-19Apply all the changes submitted by Steven M. Schweda <sms@antinode.info>Richard Levitte
2011-01-26FIPS mode changes to make RNG compile (this will need updating later as weDr. Stephen Henson
2010-11-18PR: 2372Dr. Stephen Henson
2010-07-08rand_nw.c: compensate for gcc bug (using %edx instead of %eax at -O3)Andy Polyakov
2010-06-16clarify commentDr. Stephen Henson
2010-06-15Fix warnings (From HEAD, original patch by Ben).Dr. Stephen Henson
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-24Update from 0.9.8-stable.Dr. Stephen Henson
2009-06-15Update from HEAD.Dr. Stephen Henson
2009-04-22PR: 1903Dr. Stephen Henson
2009-04-06PR: 1890Dr. Stephen Henson
2009-02-15Use new common flags and fix resulting warnings.Ben Laurie
2009-01-03VMS stuff I forgot...Richard Levitte
2008-12-22This _WIN32-specific patch makes it possible to "wrap" OpenSSL in anotherAndy Polyakov
2008-11-12Revert commit #17603, it should have been part of #17617.Andy Polyakov
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe
2008-11-05PR: 1777Dr. Stephen Henson
2008-11-04Only one of these needs to be signed.Ben Laurie
2008-11-02Not sure about this one... seems to be needed to make 64 bit releaseDr. Stephen Henson
2008-11-01More size_tification.Ben Laurie
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