aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rand
Commit message (Expand)AuthorAgeFilesLines
* fix for Borland CUlf Möller2000-11-291-1/+1
* in some new file names the first 8 characters were not uniqueUlf Möller2000-11-121-2/+1
* Set the CryptoAPI randomness estimate back to 0.Ulf Möller2000-11-041-1/+1
* increase the value a bitUlf Möller2000-11-031-1/+1
* Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte2000-10-263-21/+59
* Do a favor to those who get weird compiles and report if RAND_pseudo_bytesRichard Levitte2000-10-101-1/+8
* 'ranlib' doesn't always run on some systems. That's actuallyRichard Levitte2000-09-251-1/+2
* Changes by Jeffrey Altman <jaltman@columbia.edu> to make RAND_poll()Richard Levitte2000-09-211-69/+107
* Going through performance statistics sometimes generates an exception,Richard Levitte2000-09-181-3/+7
* cyclecount is only used when __GNUC__ isn't defined.Richard Levitte2000-09-181-1/+2
* Disable the net statistics gathering code, since different compilersRichard Levitte2000-09-181-1/+14
* Jeffrey Altman reminds us to initialize some variables and ercommends the use...Richard Levitte2000-09-181-9/+19
* Jeffrey Altman <jaltman@columbia.edu> sent me a patch that fixes theRichard Levitte2000-09-171-9/+83
* Later, Jeffrey changed his mind. Apparently, GetCursorInfo exists butRichard Levitte2000-09-151-1/+13
* Jeffrey Altman points out that GetQueueStatus() crashes on NT.Ulf Möller2000-09-151-9/+0
* Jeffrey Altman convinced me this patch was really needed, or there isRichard Levitte2000-09-141-9/+24
* Point to Peter Gutmann's revised paper.Ulf Möller2000-09-131-0/+1
* 3 changes:Richard Levitte2000-09-131-2/+15
* Don't include e_os.h before the system headersRichard Levitte2000-09-111-2/+1
* A cast is needed or Borland C will complain.Richard Levitte2000-09-111-1/+1
* 'make update'Richard Levitte2000-09-071-2/+6
* 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
* Fix warnings.Dr. Stephen Henson2000-07-261-1/+1
* "make update"Richard Levitte2000-07-241-1/+8
* oops.Ulf Möller2000-07-211-1/+1
* don't print debug outputUlf Möller2000-07-211-1/+0
* Move RNG initialization to RAND_poll(), and shared definitions toUlf Möller2000-07-192-121/+195
* Randomness polling function for Win9x.Ulf Möller2000-07-192-58/+326
* Undo the changes I just made. I'm not sure what I was thinking of.Richard Levitte2000-06-281-11/+0
* Make it possible for people to tell where the EGD socket is throughRichard Levitte2000-06-281-0/+11
* That's it, I've seen questions about this one time too many forRichard Levitte2000-06-281-0/+2
* Fixes for Win32 build.Dr. Stephen Henson2000-06-211-1/+2
* There are compilers that complain if a variable has the same name as aBodo Möller2000-06-161-3/+3
* Enable DSO support on alpha (OSF1), cc and gcc.Geoff Thorpe2000-06-131-3/+7
* EVP constification.Ben Laurie2000-06-032-0/+58
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-012-3/+3
* Move Windows seeding functions into a separate file.Bodo Möller2000-05-313-143/+297
* Improve PRNG robustness.Bodo Möller2000-05-301-1/+36
* When open()ing 'file' in RAND_write_file, don't use O_EXCL.Bodo Möller2000-05-111-10/+10
* In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,Richard Levitte2000-05-021-4/+15
* '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-192-43/+15
* Make sure an error condition is returned if, for some reason, the fileRichard Levitte2000-03-191-1/+5
* 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-192-0/+43
* cleaning up a littleBodo Möller2000-03-121-0/+53
* Workaround for Windoze weirdness.Bodo Möller2000-03-111-2/+4