aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rand/rand_win.c
Commit message (Expand)AuthorAgeFilesLines
* Fixes for VxWorks. Are these needed for 0.9.7 and up as well?Richard Levitte2002-12-041-0/+2
* Close the implicitely opened registry key.Richard Levitte2002-11-141-1/+10
* Some part of the Windows random seed code could hang on NT4.0 (SP6).Richard Levitte2002-11-131-1/+6
* disable '#ifdef DEBUG' sectionsBodo Möller2002-02-211-3/+3
* Avoid warningBodo Möller2001-03-221-1/+2
* dohUlf Möller2001-03-101-1/+1
* replace rdtsc as in HEADUlf Möller2001-03-081-1/+2
* fix for Borland CUlf Möller2000-12-011-1/+1
* 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
* A cast is needed or Borland C will complain.Richard Levitte2000-09-111-1/+1
* oops.Ulf Möller2000-07-211-1/+1
* don't print debug outputUlf Möller2000-07-211-1/+0
* Randomness polling function for Win9x.Ulf Möller2000-07-191-57/+324
* Fixes for Win32 build.Dr. Stephen Henson2000-06-211-1/+2
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-2/+2
* Move Windows seeding functions into a separate file.Bodo Möller2000-05-311-0/+293