aboutsummaryrefslogtreecommitdiff
path: root/crypto/rand/md_rand.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-16md_rand: FAQ URL to use https and follow a redirectViktor Szakats1-1/+1
2016-02-05GH601: Various spelling fixes.FdaSilvaYY1-1/+1
2016-02-04Don't use RDRAND if told not toMatt Caswell1-1/+2
2016-01-29Always DPURIFYEmilia Kasper1-12/+0
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2016-01-07Backwards-compatibility subject to OPENSSL_API_COMPATViktor Dukhovni1-3/+4
2015-12-07Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte1-6/+6
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte1-31/+41
2015-11-20Fix async deadlock problemMatt Caswell1-0/+17
2015-10-30Replace "SSLeay" in API with OpenSSLRich Salz1-33/+33
2015-08-10RT3999: Remove sub-component version stringsRich Salz1-2/+0
2015-03-25Deprecate RAND_pseudo_bytesMatt Caswell1-0/+8
2015-01-23ifdef cleanup part 3: OPENSSL_SYSNAMERich Salz1-2/+2
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-527/+507
2015-01-22Move more comments that confuse indentMatt Caswell1-2/+4
2014-12-08remove OPENSSL_FIPSAPIDr. Stephen Henson1-1/+1
2014-04-09ssleay_rand_add returns a value in 1.1.0Dr. Stephen Henson1-1/+1
2014-04-07Return if ssleay_rand_add called with zero num.Dr. Stephen Henson1-0/+3
2014-01-12typoDr. Stephen Henson1-1/+1
2014-01-11Use rdrand as additional entropy source.Dr. Stephen Henson1-0/+79
2013-10-20Time value for various platforms.Dr. Stephen Henson1-8/+27
2013-09-20Mix time into the pool to avoid repetition of the Android duplicated PID prob...Ben Laurie1-1/+21
2011-02-16Experimental symbol renaming to avoid clashes with regular OpenSSL.Dr. Stephen Henson1-2/+2
2011-01-27Update source files to handle new FIPS_lock() location. Add FIPS_lock()Dr. Stephen Henson1-0/+4
2011-01-27Change OPENSSL_FIPSEVP to OPENSSL_FIPSAPI as it doesn't just referDr. Stephen Henson1-1/+1
2011-01-26FIPS mode changes to make RNG compile (this will need updating later as weDr. Stephen Henson1-16/+15
2010-06-16clarify commentDr. Stephen Henson1-4/+7
2009-09-23Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson1-29/+59
2009-01-03VMS stuff I forgot...Richard Levitte1-3/+17
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe1-16/+12
2008-11-04Only one of these needs to be signed.Ben Laurie1-4/+6
2008-11-02Not sure about this one... seems to be needed to make 64 bit releaseDr. Stephen Henson1-2/+2
2008-11-01More size_tification.Ben Laurie1-10/+12
2008-08-06Remove the dual-callback scheme for numeric and pointer thread IDs,Geoff Thorpe1-8/+9
2008-07-03Revert my earlier CRYPTO_THREADID commit, I will commit a reworkedGeoff Thorpe1-9/+8
2008-03-28There was a need to support thread ID types that couldn't be reliably castGeoff Thorpe1-8/+9
2007-01-21Constify version strings and some structures.Dr. Stephen Henson1-1/+1
2006-06-23New functions CRYPTO_set_idptr_callback(),Bodo Möller1-5/+8
2005-04-07make sure error queue is totally emptiedNils Larsch1-1/+1
2004-03-15It was just pointed out to me that it's better to cast to double...Richard Levitte1-1/+1
2004-03-15Make sure that the last argument to RAND_add() is a float, or someRichard Levitte1-1/+1
2003-10-29A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe1-1/+1
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte1-2/+2
2001-09-10copyrightBodo Möller1-1/+1
2001-09-07The various hash #includes in rand_lcl.h *are* needed despiteBodo Möller1-2/+0
2001-09-07Now need sha.h for some reason.Ben Laurie1-0/+1
2001-08-05Start to reduce some of the header bloat.Ben Laurie1-0/+1
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie1-5/+7
2001-07-25md_rand.c thread safetyBodo Möller1-2/+21
2001-07-24Avoid race condition.Bodo Möller1-4/+2