summaryrefslogtreecommitdiffstats
path: root/crypto/rand/md_rand.c
AgeCommit message (Expand)Author
2017-12-08Standardize syntax of sizeof(foo)Rich Salz
2017-07-26Fix async engine pause dead lock in error case.Emeric Brun
2016-09-08Fix mem leaks during auto-deinitMatt Caswell
2016-07-19Change all our uses of CRYPTO_THREAD_run_once to use RUN_ONCE insteadRichard Levitte
2016-07-15Fix: dummy definition of rand_hw_seed() should also return intRichard Levitte
2016-07-15check return values for EVP_Digest*() APIsDr. Stephen Henson
2016-06-01Fix some RAND bugsRich Salz
2016-05-17Copyright consolidation 09/10Rich Salz
2016-05-16Fold threads.h into crypto.h making API publicViktor Dukhovni
2016-03-09Convert rand code to new threading APIMatt Caswell
2016-02-18Remove outdated DEBUG flags.Rich Salz
2016-02-16md_rand: FAQ URL to use https and follow a redirectViktor Szakats
2016-02-05GH601: Various spelling fixes.FdaSilvaYY
2016-02-04Don't use RDRAND if told not toMatt Caswell
2016-01-29Always DPURIFYEmilia Kasper
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-07Backwards-compatibility subject to OPENSSL_API_COMPATViktor Dukhovni
2015-12-07Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte
2015-11-20Fix async deadlock problemMatt Caswell
2015-10-30Replace "SSLeay" in API with OpenSSLRich Salz
2015-08-10RT3999: Remove sub-component version stringsRich Salz
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