aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rand/md_rand.c
Commit message (Expand)AuthorAgeFilesLines
* Deprecate RAND_pseudo_bytesMatt Caswell2015-03-251-0/+8
* ifdef cleanup part 3: OPENSSL_SYSNAMERich Salz2015-01-231-2/+2
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-527/+507
* Move more comments that confuse indentMatt Caswell2015-01-221-2/+4
* remove OPENSSL_FIPSAPIDr. Stephen Henson2014-12-081-1/+1
* ssleay_rand_add returns a value in 1.1.0Dr. Stephen Henson2014-04-091-1/+1
* Return if ssleay_rand_add called with zero num.Dr. Stephen Henson2014-04-071-0/+3
* typoDr. Stephen Henson2014-01-121-1/+1
* Use rdrand as additional entropy source.Dr. Stephen Henson2014-01-111-0/+79
* Time value for various platforms.Dr. Stephen Henson2013-10-201-8/+27
* Mix time into the pool to avoid repetition of the Android duplicated PID prob...Ben Laurie2013-09-201-1/+21
* Experimental symbol renaming to avoid clashes with regular OpenSSL.Dr. Stephen Henson2011-02-161-2/+2
* Update source files to handle new FIPS_lock() location. Add FIPS_lock()Dr. Stephen Henson2011-01-271-0/+4
* Change OPENSSL_FIPSEVP to OPENSSL_FIPSAPI as it doesn't just referDr. Stephen Henson2011-01-271-1/+1
* FIPS mode changes to make RNG compile (this will need updating later as weDr. Stephen Henson2011-01-261-16/+15
* clarify commentDr. Stephen Henson2010-06-161-4/+7
* Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson2009-09-231-29/+59
* VMS stuff I forgot...Richard Levitte2009-01-031-3/+17
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-121-16/+12
* Only one of these needs to be signed.Ben Laurie2008-11-041-4/+6
* Not sure about this one... seems to be needed to make 64 bit releaseDr. Stephen Henson2008-11-021-2/+2
* More size_tification.Ben Laurie2008-11-011-10/+12
* Remove the dual-callback scheme for numeric and pointer thread IDs,Geoff Thorpe2008-08-061-8/+9
* Revert my earlier CRYPTO_THREADID commit, I will commit a reworkedGeoff Thorpe2008-07-031-9/+8
* There was a need to support thread ID types that couldn't be reliably castGeoff Thorpe2008-03-281-8/+9
* Constify version strings and some structures.Dr. Stephen Henson2007-01-211-1/+1
* New functions CRYPTO_set_idptr_callback(),Bodo Möller2006-06-231-5/+8
* make sure error queue is totally emptiedNils Larsch2005-04-071-1/+1
* It was just pointed out to me that it's better to cast to double...Richard Levitte2004-03-151-1/+1
* Make sure that the last argument to RAND_add() is a float, or someRichard Levitte2004-03-151-1/+1
* A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe2003-10-291-1/+1
* Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2002-11-281-2/+2
* copyrightBodo Möller2001-09-101-1/+1
* The various hash #includes in rand_lcl.h *are* needed despiteBodo Möller2001-09-071-2/+0
* Now need sha.h for some reason.Ben Laurie2001-09-071-0/+1
* Start to reduce some of the header bloat.Ben Laurie2001-08-051-0/+1
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-301-5/+7
* md_rand.c thread safetyBodo Möller2001-07-251-2/+21
* Avoid race condition.Bodo Möller2001-07-241-4/+2
* Fix PRNG.Bodo Möller2001-07-101-21/+29
* Change all calls to low level digest routines in the library andDr. Stephen Henson2001-06-191-3/+3
* ERR_peek_error() returns "unsigned long".Lutz Jänicke2001-06-071-1/+2
* fix md_rand.c locking bugsBodo Möller2001-04-181-19/+52
* error codes are longs, not intsBodo Möller2001-03-151-2/+2
* e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte2001-02-221-1/+1
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-1/+1
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-1/+1
* Make sure that 'initialized' is zeroed as well when cleaning up.Richard Levitte2000-08-081-0/+1
* Looks like Win32 builds do not define THREADS. However, they're stillRichard Levitte2000-07-271-1/+1
* There's a deadlock when ssleay_rand_bytes is called the first time, sinceRichard Levitte2000-07-261-4/+14