aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rand/md_rand.c
Commit message (Expand)AuthorAgeFilesLines
* Error codes are longs, not intsBodo Möller2001-03-151-2/+2
* 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
* Move RNG initialization to RAND_poll(), and shared definitions toUlf Möller2000-07-191-121/+11
* That's it, I've seen questions about this one time too many forRichard Levitte2000-06-281-0/+2
* Move Windows seeding functions into a separate file.Bodo Möller2000-05-311-141/+2
* Improve PRNG robustness.Bodo Möller2000-05-301-1/+36
* 'entropy >= ENTROPY_NEEDED' should be evaluated while theBodo Möller2000-03-301-1/+4
* Since ssleay_rand_initialize() unlocks then locks CRYPTO_LOCK_RAND,Richard Levitte2000-03-291-0/+5
* Bug fix: RAND_write_file() failed to write to files created by open()Ulf Möller2000-03-191-1/+1
* oops. don't use "entropy" directly.Ulf Möller2000-03-191-3/+3
* New function RAND_event() collects entropy from Windows events.Ulf Möller2000-03-191-0/+41
* cleaning up a littleBodo Möller2000-03-121-0/+53
* Use RAND_METHOD for implementing RAND_status.Bodo Möller2000-03-021-1/+3
* Switch for turning on the predictable "random" number generator.Ulf Möller2000-02-281-6/+19
* handle entropy estimate correctlyBodo Möller2000-02-251-4/+17
* Don't use buffered fread() to read from DEVRANDOM,Bodo Möller2000-02-241-0/+1
* Support EGD.Ulf Möller2000-02-241-46/+55
* Allow for higher granularity of entropy estimates by using 'double'Bodo Möller2000-02-191-5/+5
* 16 * 8 = 128.Bodo Möller2000-02-101-1/+1
* ispell (and minor modifications)Ulf Möller2000-02-031-3/+3
* update PRNG documentation/commentsBodo Möller2000-01-221-6/+8
* Use comment from md_rand.c in rand.podUlf Möller2000-01-211-1/+1
* change commentsBodo Möller2000-01-211-6/+7
* Avoid integer overflow in entropy counter.Bodo Möller2000-01-211-2/+3
* Document RAND library.Ulf Möller2000-01-211-4/+5
* New function RAND_pseudo_bytes() generated pseudorandom numbers thatUlf Möller2000-01-161-0/+19
* Avoid shadowing variables,Bodo Möller2000-01-141-5/+5
* minor change for the prngUlf Möller2000-01-141-7/+5
* Precautions against using the PRNG uninitialized: RAND_bytes() nowUlf Möller2000-01-131-8/+31
* MacOS updates.Andy Polyakov1999-12-191-3/+3
* Always hash the pid in the first iteration in ssleay_rand_bytes,Bodo Möller1999-10-261-18/+9
* Make md_rand.c more robust.Bodo Möller1999-10-261-20/+128
* Use of DEVRANDOM must be #ifdef'ed (the #ifdef was commented outBodo Möller1999-10-141-2/+2
* Initial support for MacOS.Andy Polyakov1999-09-111-1/+0
* It was a very bad idea to use #include "../e_os.h" -- when this occursBodo Möller1999-05-211-5/+1
* Add a kludge :-(Bodo Möller1999-05-201-1/+1
* Don't install e_os.h in include/openssl, use it only as a localBodo Möller1999-05-201-1/+7
* Message digest stuff.Ulf Möller1999-04-271-5/+5
* Fixes so it will compile again under Win32.Dr. Stephen Henson1999-04-251-1/+1
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-7/+7
* Fixed some race conditions.Bodo Möller1999-04-221-1/+1
* Change functions to ANSI C.Ulf Möller1999-04-191-8/+4
* Massive constification.Ben Laurie1999-04-171-2/+2
* Fix security hole.Ben Laurie1999-03-221-1/+1
* Get rid of remaining C++-style comments which strict C compilers hate.Ralf S. Engelschall1999-02-271-7/+7
* More Win32 fixes and upsdate INSTALL.W32 documentation.Dr. Stephen Henson1999-02-141-1/+1
* More exactitude with function arguments.Ben Laurie1999-02-091-6/+6
* Reduce header dependencies.Ben Laurie1999-01-251-1/+3