aboutsummaryrefslogtreecommitdiff
path: root/crypto/rand
AgeCommit message (Expand)AuthorFilesLines
2001-02-22Since RAND_file_name() uses strlen, make sure the number that'sRichard Levitte2-13/+11
2001-02-20Include OpenSSL header files earlier so macros like OPENSSL_SYS_VMSRichard Levitte1-4/+4
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte6-10/+10
2001-02-19Make sure time() is properly declared.Richard Levitte1-0/+1
2001-02-19Make all configuration macros available for application by makingRichard Levitte5-17/+22
2001-02-14New function OPENSSL_issetugid(). Needs more work.Ulf Möller1-10/+14
2001-02-08use <= instead of ==Ulf Möller1-1/+1
2001-02-08point out that RAND_load_file() etc are only for seed files, not forUlf Möller1-0/+3
2001-02-07Modify access to EGD socket to deal with EINTR etc that can appearLutz Jänicke1-67/+156
2001-02-04Make depend.Ben Laurie1-6/+15
2001-01-12Disable RegQueryValueEx() call.Bodo Möller1-0/+5
2001-01-11OCSP basic response verify. Very incompleteDr. Stephen Henson1-1/+1
2001-01-09Add automatic query of EGD sockets to RAND_poll(). The EGD sockets areLutz Jänicke3-12/+67
2001-01-09Don't cheat: when only getting several bytes from each source, n is incrementedLutz Jänicke1-2/+5
2001-01-08Change RAND_poll for Unix to try a number of devices and only readRichard Levitte4-51/+283
2000-12-17Simplify preprocessor statements.Bodo Möller1-6/+4
2000-12-16Do not poll DEVRANDOM if weäre building without an file pointer API.Richard Levitte1-0/+6
2000-11-29fix for Borland CUlf Möller1-1/+1
2000-11-12in some new file names the first 8 characters were not uniqueUlf Möller1-2/+1
2000-11-04Set the CryptoAPI randomness estimate back to 0.Ulf Möller1-1/+1
2000-11-03increase the value a bitUlf Möller1-1/+1
2000-10-26Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte3-21/+59
2000-10-10Do a favor to those who get weird compiles and report if RAND_pseudo_bytesRichard Levitte1-1/+8
2000-09-25'ranlib' doesn't always run on some systems. That's actuallyRichard Levitte1-1/+2
2000-09-21Changes by Jeffrey Altman <jaltman@columbia.edu> to make RAND_poll()Richard Levitte1-69/+107
2000-09-18Going through performance statistics sometimes generates an exception,Richard Levitte1-3/+7
2000-09-18cyclecount is only used when __GNUC__ isn't defined.Richard Levitte1-1/+2
2000-09-18Disable the net statistics gathering code, since different compilersRichard Levitte1-1/+14
2000-09-18Jeffrey Altman reminds us to initialize some variables and ercommends the use...Richard Levitte1-9/+19
2000-09-17Jeffrey Altman <jaltman@columbia.edu> sent me a patch that fixes theRichard Levitte1-9/+83
2000-09-15Later, Jeffrey changed his mind. Apparently, GetCursorInfo exists butRichard Levitte1-1/+13
2000-09-15Jeffrey Altman points out that GetQueueStatus() crashes on NT.Ulf Möller1-9/+0
2000-09-14Jeffrey Altman convinced me this patch was really needed, or there isRichard Levitte1-9/+24
2000-09-13Point to Peter Gutmann's revised paper.Ulf Möller1-0/+1
2000-09-133 changes:Richard Levitte1-2/+15
2000-09-11Don't include e_os.h before the system headersRichard Levitte1-2/+1
2000-09-11A cast is needed or Borland C will complain.Richard Levitte1-1/+1
2000-09-07'make update'Richard Levitte1-2/+6
2000-08-08Make sure that 'initialized' is zeroed as well when cleaning up.Richard Levitte1-0/+1
2000-07-27Looks like Win32 builds do not define THREADS. However, they're stillRichard Levitte1-1/+1
2000-07-26There's a deadlock when ssleay_rand_bytes is called the first time, sinceRichard Levitte1-4/+14
2000-07-26Fix warnings.Dr. Stephen Henson1-1/+1
2000-07-24"make update"Richard Levitte1-1/+8
2000-07-21oops.Ulf Möller1-1/+1
2000-07-21don't print debug outputUlf Möller1-1/+0
2000-07-19Move RNG initialization to RAND_poll(), and shared definitions toUlf Möller2-121/+195
2000-07-19Randomness polling function for Win9x.Ulf Möller2-58/+326
2000-06-28Undo the changes I just made. I'm not sure what I was thinking of.Richard Levitte1-11/+0
2000-06-28Make it possible for people to tell where the EGD socket is throughRichard Levitte1-0/+11
2000-06-28That's it, I've seen questions about this one time too many forRichard Levitte1-0/+2