]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/rand/md_rand.c
Update copyright year
[thirdparty/openssl.git] / crypto / rand / md_rand.c
2018-11-20  Matt CaswellUpdate copyright year
2018-10-18  Dr. Matthias St... md_rand.c: don't stop polling until properly initialized
2018-09-20  Dr. Matthias St... drbg_get_entropy: force a reseed before calling ssleay_...
2017-12-08  Rich SalzStandardize syntax around sizeof(foo)
2017-02-06  Bernd EdlingerCombined patch for the more or less obvious issues
2016-06-16  Rich SalzRT4545: Backport 2877 to 1.0.2
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22  Matt CaswellMove more comments that confuse indent
2014-08-01  Dr. Stephen HensonFix error discrepancy.
2014-07-30  Dr. Stephen HensonAvoid multiple lock using FIPS DRBG.
2014-04-07  Dr. Stephen HensonReturn if ssleay_rand_add called with zero num.
2013-12-10  Dr. Stephen HensonGet FIPS checking logic right.
2013-12-08  Dr. Stephen HensonAvoid multiple locks in FIPS mode.
2012-06-03  Ben LaurieReduce version skew: trivia (I hope).
2012-03-21  cvs2svnThis commit was manufactured by cvs2svn to create branch
2011-01-26  Dr. Stephen HensonFIPS mode changes to make RNG compile (this will need...
2010-06-16  cvs2svnThis commit was manufactured by cvs2svn to create branch
2010-06-16  Dr. Stephen Hensonclarify comment
2009-03-31  cvs2svnThis commit was manufactured by cvs2svn to create branch
2009-01-03  Richard LevitteVMS stuff I forgot...
2008-11-12  Geoff ThorpeRevert the size_t modifications from HEAD that had...
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-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-03-28  Geoff ThorpeThere was a need to support thread ID types that couldn...
2007-01-21  Dr. Stephen HensonConstify version strings and some structures.
2006-06-23  Bodo MöllerNew functions CRYPTO_set_idptr_callback(),
2005-04-07  Nils Larschmake sure error queue is totally emptied
2004-03-15  Richard LevitteIt was just pointed out to me that it's better to cast...
2004-03-15  Richard LevitteMake sure that the last argument to RAND_add() is a...
2003-10-29  Geoff ThorpeA general spring-cleaning (in autumn) to fix up signed...
2002-11-28  Richard LevitteCleanse memory using the new OPENSSL_cleanse() function.
2001-09-10  Bodo Möllercopyright
2001-09-07  Bodo MöllerThe various hash #includes in rand_lcl.h *are* needed...
2001-09-07  Ben LaurieNow need sha.h for some reason.
2001-08-05  Ben LaurieStart to reduce some of the header bloat.
2001-07-30  Ben LaurieReally add the EVP and all of the DES changes.
2001-07-25  Bodo Möllermd_rand.c thread safety
2001-07-24  Bodo MöllerAvoid race condition.
2001-07-10  Bodo MöllerFix PRNG.
2001-06-19  Dr. Stephen HensonChange all calls to low level digest routines in the...
2001-06-07  Lutz JänickeERR_peek_error() returns "unsigned long".
2001-04-18  Bodo Möllerfix md_rand.c locking bugs
2001-03-15  Bodo Möllererror codes are longs, not ints
2001-02-22  Richard Levittee_os.h does not belong with the exported headers. ...
2001-02-20  Richard LevitteUse new-style system-id macros everywhere possible...
2001-02-19  Richard LevitteMake all configuration macros available for application...
2000-08-08  Richard LevitteMake sure that 'initialized' is zeroed as well when...
2000-07-27  Richard LevitteLooks like Win32 builds do not define THREADS. However...
2000-07-26  Richard LevitteThere's a deadlock when ssleay_rand_bytes is called...
2000-07-19  Ulf MöllerMove RNG initialization to RAND_poll(), and shared...
2000-06-28  Richard LevitteThat's it, I've seen questions about this one time...
2000-05-31  Bodo MöllerMove Windows seeding functions into a separate file.
2000-05-30  Bodo MöllerImprove PRNG robustness.
2000-03-30  Bodo Möller'entropy >= ENTROPY_NEEDED' should be evaluated while the
2000-03-29  Richard LevitteSince ssleay_rand_initialize() unlocks then locks CRYPT...
2000-03-19  Ulf MöllerBug fix: RAND_write_file() failed to write to files...
2000-03-19  Ulf Mölleroops. don't use "entropy" directly.
2000-03-19  Ulf MöllerNew function RAND_event() collects entropy from Windows...
2000-03-12  Bodo Möllercleaning up a little
2000-03-02  Bodo MöllerUse RAND_METHOD for implementing RAND_status.
2000-02-28  Ulf MöllerSwitch for turning on the predictable "random" number...
2000-02-25  Bodo Möllerhandle entropy estimate correctly
2000-02-24  Bodo MöllerDon't use buffered fread() to read from DEVRANDOM,
2000-02-24  Ulf MöllerSupport EGD.
2000-02-19  Bodo MöllerAllow for higher granularity of entropy estimates by...
2000-02-10  Bodo Möller16 * 8 = 128.
2000-02-03  Ulf Möllerispell (and minor modifications)
2000-01-22  Bodo Möllerupdate PRNG documentation/comments
2000-01-21  Ulf MöllerUse comment from md_rand.c in rand.pod
2000-01-21  Bodo Möllerchange comments
2000-01-21  Bodo MöllerAvoid integer overflow in entropy counter.
2000-01-21  Ulf MöllerDocument RAND library.
2000-01-16  Ulf MöllerNew function RAND_pseudo_bytes() generated pseudorandom...
2000-01-14  Bodo MöllerAvoid shadowing variables,
2000-01-14  Ulf Möllerminor change for the prng
2000-01-13  Ulf MöllerPrecautions against using the PRNG uninitialized: RAND_...
1999-12-19  Andy PolyakovMacOS updates.
1999-10-26  Bodo MöllerAlways hash the pid in the first iteration in ssleay_ra...
1999-10-26  Bodo MöllerMake md_rand.c more robust.
1999-10-14  Bodo MöllerUse of DEVRANDOM must be #ifdef'ed (the #ifdef was...
1999-09-11  Andy PolyakovInitial support for MacOS.
1999-05-21  Bodo MöllerIt was a very bad idea to use #include "../e_os.h"...
1999-05-20  Bodo MöllerAdd a kludge :-(
1999-05-20  Bodo MöllerDon't install e_os.h in include/openssl, use it only...
1999-04-27  Ulf MöllerMessage digest stuff.
1999-04-25  Dr. Stephen HensonFixes so it will compile again under Win32.
1999-04-23  Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-22  Bodo MöllerFixed some race conditions.
1999-04-19  Ulf MöllerChange functions to ANSI C.
1999-04-17  Ben LaurieMassive constification.
1999-03-22  Ben LaurieFix security hole.
1999-02-27  Ralf S. EngelschallGet rid of remaining C++-style comments which strict...
1999-02-14  Dr. Stephen HensonMore Win32 fixes and upsdate INSTALL.W32 documentation.
1999-02-09  Ben LaurieMore exactitude with function arguments.
1999-01-25  Ben LaurieReduce header dependencies.
1998-12-31  Ralf S. EngelschallFix version stuff:
1998-12-23  Ralf S. Engelschall*** empty log message *** OpenSSL_0_9_1c
next