aboutsummaryrefslogtreecommitdiff
path: root/crypto/rand/md_rand.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-07-10Fix PRNG.Bodo Möller1-21/+29
2001-06-19Change all calls to low level digest routines in the library andDr. Stephen Henson1-3/+3
2001-06-07ERR_peek_error() returns "unsigned long".Lutz Jänicke1-1/+2
2001-04-18fix md_rand.c locking bugsBodo Möller1-19/+52
2001-03-15error codes are longs, not intsBodo Möller1-2/+2
2001-02-22e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte1-1/+1
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte1-1/+1
2001-02-19Make all configuration macros available for application by makingRichard Levitte1-1/+1
2000-08-08Make sure that 'initialized' is zeroed as well when cleaning up.Richard Levitte1-0/+1
2000-07-27Looks like Win32 builds do not define THREADS. However, they're stillRichard Levitte1-1/+1
2000-07-26There's a deadlock when ssleay_rand_bytes is called the first time, sinceRichard Levitte1-4/+14
2000-07-19Move RNG initialization to RAND_poll(), and shared definitions toUlf Möller1-121/+11
2000-06-28That's it, I've seen questions about this one time too many forRichard Levitte1-0/+2
2000-05-31Move Windows seeding functions into a separate file.Bodo Möller1-141/+2
2000-05-30Improve PRNG robustness.Bodo Möller1-1/+36
2000-03-30'entropy >= ENTROPY_NEEDED' should be evaluated while theBodo Möller1-1/+4
2000-03-29Since ssleay_rand_initialize() unlocks then locks CRYPTO_LOCK_RAND,Richard Levitte1-0/+5
2000-03-19Bug fix: RAND_write_file() failed to write to files created by open()Ulf Möller1-1/+1
2000-03-19oops. don't use "entropy" directly.Ulf Möller1-3/+3
2000-03-19New function RAND_event() collects entropy from Windows events.Ulf Möller1-0/+41
2000-03-12cleaning up a littleBodo Möller1-0/+53
2000-03-02Use RAND_METHOD for implementing RAND_status.Bodo Möller1-1/+3
2000-02-28Switch for turning on the predictable "random" number generator.Ulf Möller1-6/+19
2000-02-25handle entropy estimate correctlyBodo Möller1-4/+17
2000-02-24Don't use buffered fread() to read from DEVRANDOM,Bodo Möller1-0/+1
2000-02-24Support EGD.Ulf Möller1-46/+55
2000-02-19Allow for higher granularity of entropy estimates by using 'double'Bodo Möller1-5/+5
2000-02-1016 * 8 = 128.Bodo Möller1-1/+1