Fix format script.
[openssl.git] / crypto / rand /
2015-02-12 Rich SalzRT3684: rand_egd needs stddef.h
2015-01-22 Matt CaswellRe-align some comments after running the reformat script. OpenSSL_1_0_1-post-reformat
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22 Matt CaswellMove more comments that confuse indent
2015-01-22 Matt Caswellindent has problems with comments that are on the right...
2015-01-22 Matt CaswellFurther comment changes for reformat
2015-01-22 Tim Hudsonmark all block comments that need format preserving...
2015-01-13 Matt CaswellAvoid deprecation problems in Visual Studio 13
2014-08-01 Dr. Stephen HensonFix error discrepancy.
2014-07-30 Dr. Stephen HensonAvoid multiple lock using FIPS DRBG.
2014-06-08 Jakub WilkCreate ~/.rnd with mode 0600 instead of 0666
2014-04-07 Dr. Stephen HensonReturn if ssleay_rand_add called with zero num.
2014-02-25 Dr. Stephen HensonAvoid Windows 8 Getversion deprecated errors.
2014-01-06 Dr. Stephen Hensonmake update
2013-12-10 Dr. Stephen HensonGet FIPS checking logic right.
2013-12-08 Dr. Stephen Hensonmake update
2013-12-08 Dr. Stephen HensonAvoid multiple locks in FIPS mode.
2013-10-19 Ben LaurieMerge branch 'no_gmt_unix_time' of git://github.com...
2013-09-22 Dr. Stephen HensonDisable Dual EC DRBG.
2012-08-22 Dr. Stephen HensonPR: 2786
2012-06-09 Dr. Stephen HensonRevert "version skew" patches that break FIPS compilation.
2012-06-08 Ben LaurieReduce version skew.
2012-01-15 Andy PolyakovFix OPNESSL vs. OPENSSL typos [from HEAD].
2011-12-19 Dr. Stephen HensonPR: 2563
2011-09-16 Dr. Stephen HensonImproved error checking for DRBG calls.
2011-06-21 Dr. Stephen HensonDon't set FIPS rand method at same time as RAND method...
2011-06-13 Dr. Stephen HensonSet rand method in FIPS_mode_set() not in rand library.
2011-06-13 Dr. Stephen HensonRedirect RAND to FIPS module in FIPS mode.
2011-05-26 Dr. Stephen HensonThe first of many changes to make OpenSSL 1.0.1 FIPS...
2011-03-19 Richard LevitteApply all the changes submitted by Steven M. Schweda...
2011-01-26 Dr. Stephen HensonFIPS mode changes to make RNG compile (this will need...
2010-11-18 Dr. Stephen HensonPR: 2372
2010-07-08 Andy Polyakovrand_nw.c: compensate for gcc bug (using %edx instead...
2010-06-16 cvs2svnThis commit was manufactured by cvs2svn to create branch
2010-06-16 Dr. Stephen Hensonclarify comment
2010-06-15 Dr. Stephen HensonFix warnings (From HEAD, original patch by Ben).
2010-03-22 Andy Polyakovrand_win.c: fix logical bug in readscreen [from HEAD].
2010-02-17 Dr. Stephen HensonPR: 2100
2010-01-26 Dr. Stephen HensonPR: 2138
2010-01-19 Andy Polyakovrand_win.c: handel GetTickCount wrap-around [from HEAD].
2009-09-20 Dr. Stephen HensonDon't use __try+__except unless on VC++
2009-07-24 Dr. Stephen HensonUpdate from 0.9.8-stable.
2009-06-15 Dr. Stephen HensonUpdate from HEAD.
2009-04-22 Dr. Stephen HensonPR: 1903
2009-04-06 Dr. Stephen HensonPR: 1890
2009-03-31 cvs2svnThis commit was manufactured by cvs2svn to create branch
2009-02-15 Ben LaurieUse new common flags and fix resulting warnings.
2009-01-03 Richard LevitteVMS stuff I forgot...
2008-12-22 Andy PolyakovThis _WIN32-specific patch makes it possible to "wrap...
2008-11-12 Andy PolyakovRevert commit #17603, it should have been part of ...
2008-11-12 Geoff ThorpeRevert the size_t modifications from HEAD that had...
2008-11-05 Dr. Stephen HensonPR: 1777
2008-11-04 Ben LaurieOnly one of these needs to be signed.
2008-11-02 Dr. Stephen HensonNot sure about this one... seems to be needed to make...
2008-11-01 Ben LaurieMore size_tification.
2008-10-28 Andy Polyakovrandfile.c: .rnd can become orphaned on VMS.
2008-08-06 Geoff ThorpeRemove the dual-callback scheme for numeric and pointer...
2008-07-03 Geoff ThorpeRevert my earlier CRYPTO_THREADID commit, I will commit...
2008-06-04 Ben LaurieMore type-checking.
2008-05-20 Lutz JänickeCorrectly adjust location of comment
2008-05-16 Lutz JänickeAnother occurance of possible valgrind/purify "uninitia...
2008-03-28 Geoff ThorpeThere was a need to support thread ID types that couldn...
2008-01-03 Dr. Stephen HensonNetware support.
2007-09-24 Lutz JänickePort from 0.9.8-stable
2007-03-02 Lutz JänickeInitialize "buf" to 0 to make valgrind happy :-)
2007-03-02 Lutz JänickeDo not use uninitialized memory to seed the PRNG as...
2007-01-21 Dr. Stephen HensonConstify version strings and some structures.
2006-11-21 Dr. Stephen HensonUpdate from 0.9.8 stable. Eliminate duplicate error...
2006-06-30 Bodo Mölleruse <poll.h> as by Single Unix Specification
2006-06-28 Bodo Mölleralways read in RAND_poll() if we can't use select becau...
2006-06-27 Richard LevitteUse poll() when possible to gather Unix randomness...
2006-06-23 Bodo MöllerNew functions CRYPTO_set_idptr_callback(),
2006-04-11 Ulf MöllerAdd BeOS support.
2006-02-04 Dr. Stephen HensonUpdate filenames in makefiles.
2005-11-03 Andy PolyakovMask libcrypto references to stat with OPENSSL_NO_POSIX_IO.
2005-10-13 Andy PolyakovBroaden compatibility amount Win32 headers even further...
2005-09-22 Andy PolyakovBroaden compatibility among Windows SDK versions. Elder...
2005-08-28 Nils Larschfix warnings when building openssl with the following...
2005-08-07 Andy PolyakovFinal(?) WinCE update.
2005-08-03 Andy PolyakovWCE update, mostly typos.
2005-08-02 Andy PolyakovAbstain from GUI calls in rand_win.c in NT service...
2005-08-02 Andy PolyakovEliminate bogus #if WCEPLATFORM!=MS_HPC_PRO [which...
2005-07-22 Geoff ThorpeFix some signed/unsigned warnings.
2005-06-18 Richard LevitteMove the definition of DEVRANDOM for DJGPP from Configu...
2005-05-30 Richard LevitteDJGPP changes. Contributed by Doug Kaufman <dkaufman...
2005-05-21 Richard LevitteWhen _XOPEN_SOURCE is defined, make sure it's defined...
2005-05-21 Andy PolyakovMove _WIN32_WINNT definition from command line to e_os...
2005-05-16 Andy PolyakovFurther BUILDENV refinement, further fool-proofing...
2005-05-16 Bodo Möllermake update
2005-05-15 Andy PolyakovFool-proofing Makefiles
2005-04-19 Dr. Stephen HensonVarious Win32 and other fixes for warnings and compilat...
2005-04-12 Dr. Stephen HensonRebuild error codes.
2005-04-11 Richard LevitteAdd emacs cache files to .cvsignore.
2005-04-07 Nils Larschmake sure error queue is totally emptied
2005-03-30 Ben LaurieBlow away Makefile.ssl.
2005-03-24 Ulf Möllerundo Cygwin change
2005-03-19 Ulf MöllerUse Windows randomness code on Cygwin
2005-02-19 Lutz JänickeFix hang in EGD/PRNGD query when communication socket...
2005-01-13 Andy PolyakovFix an "oops" typo! Well, it was a debugging left-over...
2005-01-13 Andy PolyakovO_NOFOLLOW is not appropriate when opening /dev/* entri...
next