summaryrefslogtreecommitdiffstats
path: root/crypto/rand/md_rand.c
AgeCommit message (Expand)Author
2015-03-25Deprecate RAND_pseudo_bytesMatt Caswell
2015-01-23ifdef cleanup part 3: OPENSSL_SYSNAMERich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22Move more comments that confuse indentMatt Caswell
2014-12-08remove OPENSSL_FIPSAPIDr. Stephen Henson
2014-04-09ssleay_rand_add returns a value in 1.1.0Dr. Stephen Henson
2014-04-07Return if ssleay_rand_add called with zero num.Dr. Stephen Henson
2014-01-12typoDr. Stephen Henson
2014-01-11Use rdrand as additional entropy source.Dr. Stephen Henson
2013-10-20Time value for various platforms.Dr. Stephen Henson
2013-09-20Mix time into the pool to avoid repetition of the Android duplicated PID prob...Ben Laurie
2011-02-16Experimental symbol renaming to avoid clashes with regular OpenSSL.Dr. Stephen Henson
2011-01-27Update source files to handle new FIPS_lock() location. Add FIPS_lock()Dr. Stephen Henson
2011-01-27Change OPENSSL_FIPSEVP to OPENSSL_FIPSAPI as it doesn't just referDr. Stephen Henson
2011-01-26FIPS mode changes to make RNG compile (this will need updating later as weDr. Stephen Henson
2010-06-16clarify commentDr. Stephen Henson
2009-09-23Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson
2009-01-03VMS stuff I forgot...Richard Levitte
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe
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-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-03-28There was a need to support thread ID types that couldn't be reliably castGeoff Thorpe
2007-01-21Constify version strings and some structures.Dr. Stephen Henson
2006-06-23New functions CRYPTO_set_idptr_callback(),Bodo Möller
2005-04-07make sure error queue is totally emptiedNils Larsch
2004-03-15It was just pointed out to me that it's better to cast to double...Richard Levitte
2004-03-15Make sure that the last argument to RAND_add() is a float, or someRichard Levitte
2003-10-29A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte
2001-09-10copyrightBodo Möller
2001-09-07The various hash #includes in rand_lcl.h *are* needed despiteBodo Möller
2001-09-07Now need sha.h for some reason.Ben Laurie
2001-08-05Start to reduce some of the header bloat.Ben Laurie
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie
2001-07-25md_rand.c thread safetyBodo Möller
2001-07-24Avoid race condition.Bodo Möller
2001-07-10Fix PRNG.Bodo Möller
2001-06-19Change all calls to low level digest routines in the library andDr. Stephen Henson
2001-06-07ERR_peek_error() returns "unsigned long".Lutz Jänicke
2001-04-18fix md_rand.c locking bugsBodo Möller
2001-03-15error codes are longs, not intsBodo Möller
2001-02-22e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2000-08-08Make sure that 'initialized' is zeroed as well when cleaning up.Richard Levitte
2000-07-27Looks like Win32 builds do not define THREADS. However, they're stillRichard Levitte
2000-07-26There's a deadlock when ssleay_rand_bytes is called the first time, sinceRichard Levitte