summaryrefslogtreecommitdiffstats
path: root/crypto/rand/md_rand.c
AgeCommit message (Expand)Author
2000-06-28That's it, I've seen questions about this one time too many forRichard Levitte
2000-05-31Move Windows seeding functions into a separate file.Bodo Möller
2000-05-30Improve PRNG robustness.Bodo Möller
2000-03-30'entropy >= ENTROPY_NEEDED' should be evaluated while theBodo Möller
2000-03-29Since ssleay_rand_initialize() unlocks then locks CRYPTO_LOCK_RAND,Richard Levitte
2000-03-19Bug fix: RAND_write_file() failed to write to files created by open()Ulf Möller
2000-03-19oops. don't use "entropy" directly.Ulf Möller
2000-03-19New function RAND_event() collects entropy from Windows events.Ulf Möller
2000-03-12cleaning up a littleBodo Möller
2000-03-02Use RAND_METHOD for implementing RAND_status.Bodo Möller
2000-02-28Switch for turning on the predictable "random" number generator.Ulf Möller
2000-02-25handle entropy estimate correctlyBodo Möller
2000-02-24Don't use buffered fread() to read from DEVRANDOM,Bodo Möller
2000-02-24Support EGD.Ulf Möller
2000-02-19Allow for higher granularity of entropy estimates by using 'double'Bodo Möller
2000-02-1016 * 8 = 128.Bodo Möller
2000-02-03ispell (and minor modifications)Ulf Möller
2000-01-22update PRNG documentation/commentsBodo Möller
2000-01-21Use comment from md_rand.c in rand.podUlf Möller
2000-01-21change commentsBodo Möller
2000-01-21Avoid integer overflow in entropy counter.Bodo Möller
2000-01-21Document RAND library.Ulf Möller
2000-01-16New function RAND_pseudo_bytes() generated pseudorandom numbers thatUlf Möller
2000-01-14Avoid shadowing variables,Bodo Möller
2000-01-14minor change for the prngUlf Möller
2000-01-13Precautions against using the PRNG uninitialized: RAND_bytes() nowUlf Möller
1999-12-19MacOS updates.Andy Polyakov
1999-10-26Always hash the pid in the first iteration in ssleay_rand_bytes,Bodo Möller
1999-10-26Make md_rand.c more robust.Bodo Möller
1999-10-14Use of DEVRANDOM must be #ifdef'ed (the #ifdef was commented outBodo Möller
1999-09-11Initial support for MacOS.Andy Polyakov
1999-05-21It was a very bad idea to use #include "../e_os.h" -- when this occursBodo Möller
1999-05-20Add a kludge :-(Bodo Möller
1999-05-20Don't install e_os.h in include/openssl, use it only as a localBodo Möller
1999-04-27Message digest stuff.Ulf Möller
1999-04-25Fixes so it will compile again under Win32.Dr. Stephen Henson
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller
1999-04-22Fixed some race conditions.Bodo Möller
1999-04-19Change functions to ANSI C.Ulf Möller
1999-04-17Massive constification.Ben Laurie
1999-03-22Fix security hole.Ben Laurie
1999-02-27Get rid of remaining C++-style comments which strict C compilers hate.Ralf S. Engelschall
1999-02-14More Win32 fixes and upsdate INSTALL.W32 documentation.Dr. Stephen Henson
1999-02-09More exactitude with function arguments.Ben Laurie
1999-01-25Reduce header dependencies.Ben Laurie
1998-12-31Fix version stuff:Ralf S. Engelschall
1998-12-23*** empty log message ***OpenSSL_0_9_1cRalf S. Engelschall
1998-12-23Switch version string to SSLeay/OpenSSLRalf S. Engelschall
1998-12-22Various cleanups and fixed by Marc and Ralf to start the OpenTLS projectRalf S. Engelschall
1998-12-21Import of old SSLeay release: SSLeay 0.9.1b (unreleased)SSLeayRalf S. Engelschall