Fix: dummy definition of rand_hw_seed() should also return int
[openssl.git] / crypto / rand / md_rand.c
2016-07-15 Richard LevitteFix: dummy definition of rand_hw_seed() should also...
2016-07-15 Dr. Stephen Hensoncheck return values for EVP_Digest*() APIs
2016-06-01 Rich SalzFix some RAND bugs
2016-05-17 Rich SalzCopyright consolidation 09/10
2016-05-16 Viktor DukhovniFold threads.h into crypto.h making API public
2016-03-09 Matt CaswellConvert rand code to new threading API
2016-02-18 Rich SalzRemove outdated DEBUG flags.
2016-02-16 Viktor Szakatsmd_rand: FAQ URL to use https and follow a redirect
2016-02-05 FdaSilvaYYGH601: Various spelling fixes.
2016-02-04 Matt CaswellDon't use RDRAND if told not to
2016-01-29 Emilia KasperAlways DPURIFY
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-08 Viktor DukhovniBackwards-compatibility subject to OPENSSL_API_COMPAT
2015-12-07 Richard LevitteCleanup: fix all sources that used EVP_MD_CTX_(create...
2015-12-07 Richard LevitteAdjust all accesses to EVP_MD_CTX to use accessor funct...
2015-11-20 Matt CaswellFix async deadlock problem
2015-10-30 Rich SalzReplace "SSLeay" in API with OpenSSL
2015-08-10 Rich SalzRT3999: Remove sub-component version strings
2015-03-25 Matt CaswellDeprecate RAND_pseudo_bytes
2015-01-23 Rich Salzifdef cleanup part 3: OPENSSL_SYSNAME
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22 Matt CaswellMove more comments that confuse indent
2014-12-08 Dr. Stephen Hensonremove OPENSSL_FIPSAPI
2014-04-09 Dr. Stephen Hensonssleay_rand_add returns a value in 1.1.0
2014-04-07 Dr. Stephen HensonReturn if ssleay_rand_add called with zero num.
2014-01-12 Dr. Stephen Hensontypo
2014-01-11 Dr. Stephen HensonUse rdrand as additional entropy source.
2013-10-20 Dr. Stephen HensonTime value for various platforms.
2013-09-20 Ben LaurieMix time into the pool to avoid repetition of the Andro...
2011-02-16 Dr. Stephen HensonExperimental symbol renaming to avoid clashes with...
2011-01-27 Dr. Stephen HensonUpdate source files to handle new FIPS_lock() location...
2011-01-27 Dr. Stephen HensonChange OPENSSL_FIPSEVP to OPENSSL_FIPSAPI as it doesn...
2011-01-26 Dr. Stephen HensonFIPS mode changes to make RNG compile (this will need...
2010-06-16 Dr. Stephen Hensonclarify comment
2009-09-23 Dr. Stephen HensonAudit libcrypto for unchecked return values: fix all...
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.
next