summaryrefslogtreecommitdiffstats
path: root/crypto/rand
AgeCommit message (Expand)Author
2000-09-25'ranlib' doesn't always run on some systems. That's actuallyRichard Levitte
2000-09-21Changes by Jeffrey Altman <jaltman@columbia.edu> to make RAND_poll()Richard Levitte
2000-09-18Going through performance statistics sometimes generates an exception,Richard Levitte
2000-09-18cyclecount is only used when __GNUC__ isn't defined.Richard Levitte
2000-09-18Disable the net statistics gathering code, since different compilersRichard Levitte
2000-09-18Jeffrey Altman reminds us to initialize some variables and ercommends the use...Richard Levitte
2000-09-17Jeffrey Altman <jaltman@columbia.edu> sent me a patch that fixes theRichard Levitte
2000-09-15Later, Jeffrey changed his mind. Apparently, GetCursorInfo exists butRichard Levitte
2000-09-15Jeffrey Altman points out that GetQueueStatus() crashes on NT.Ulf Möller
2000-09-14Jeffrey Altman convinced me this patch was really needed, or there isRichard Levitte
2000-09-13Point to Peter Gutmann's revised paper.Ulf Möller
2000-09-133 changes:Richard Levitte
2000-09-11Don't include e_os.h before the system headersRichard Levitte
2000-09-11A cast is needed or Borland C will complain.Richard Levitte
2000-09-07'make update'Richard Levitte
2000-08-08Make sure that 'initialized' is zeroed as well when cleaning up.Richard Levitte
2000-07-27Looks like Win32 builds do not define THREADS. However, they're stillRichard Levitte
2000-07-26There's a deadlock when ssleay_rand_bytes is called the first time, sinceRichard Levitte
2000-07-26Fix warnings.Dr. Stephen Henson
2000-07-24"make update"Richard Levitte
2000-07-21oops.Ulf Möller
2000-07-21don't print debug outputUlf Möller
2000-07-19Move RNG initialization to RAND_poll(), and shared definitions toUlf Möller
2000-07-19Randomness polling function for Win9x.Ulf Möller
2000-06-28Undo the changes I just made. I'm not sure what I was thinking of.Richard Levitte
2000-06-28Make it possible for people to tell where the EGD socket is throughRichard Levitte
2000-06-28That's it, I've seen questions about this one time too many forRichard Levitte
2000-06-21Fixes for Win32 build.Dr. Stephen Henson
2000-06-16There are compilers that complain if a variable has the same name as aBodo Möller
2000-06-13Enable DSO support on alpha (OSF1), cc and gcc.Geoff Thorpe
2000-06-03EVP constification.Ben Laurie
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
2000-05-31Move Windows seeding functions into a separate file.Bodo Möller
2000-05-30Improve PRNG robustness.Bodo Möller
2000-05-11When open()ing 'file' in RAND_write_file, don't use O_EXCL.Bodo Möller
2000-05-02In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,Richard Levitte
2000-03-30'entropy >= ENTROPY_NEEDED' should be evaluated while theBodo Möller
2000-03-29Since ssleay_rand_initialize() unlocks then locks CRYPTO_LOCK_RAND,Richard Levitte
2000-03-19Bug fix: RAND_write_file() failed to write to files created by open()Ulf Möller
2000-03-19Make sure an error condition is returned if, for some reason, the fileRichard Levitte
2000-03-19oops. don't use "entropy" directly.Ulf Möller
2000-03-19New function RAND_event() collects entropy from Windows events.Ulf Möller
2000-03-12cleaning up a littleBodo Möller
2000-03-11Workaround for Windoze weirdness.Bodo Möller
2000-03-05Preserve reason strings in automatically build tables.Bodo Möller
2000-03-04There is no reason to use downcase letters throughout in error reasonBodo Möller
2000-03-02Use RAND_METHOD for implementing RAND_status.Bodo Möller
2000-02-28Switch for turning on the predictable "random" number generator.Ulf Möller
2000-02-28Fix for non-monolithic build.Ulf Möller
2000-02-27Use standard header file string.h for memset prototype (whereBodo Möller