summaryrefslogtreecommitdiff
path: root/crypto/rand/md_rand.c
Commit message (Expand)AuthorAgeFilesLines
* Merge main -> VMS_64BITBRANCH_VMS_64BITRichard Levitte2010-01-271-38/+86
* Changes from 0.9.8-devRichard Levitte2004-03-241-1/+1
* This branch hasn't been updated with changes from HEAD for a looooong time...Richard Levitte2004-01-231-1/+1
* Recent changes from HEAD.Richard Levitte2002-12-021-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
* 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