summaryrefslogtreecommitdiffstats
path: root/crypto/rand
AgeCommit message (Expand)Author
2001-09-10copyrightBodo Möller
2001-07-25md_rand.c thread safetyBodo Möller
2001-07-24Avoid race condition.Bodo Möller
2001-07-09Add security patch and create release.OpenSSL_0_9_6bRichard Levitte
2001-06-07ERR_peek_error() returns "unsigned long".Lutz Jänicke
2001-05-03Some platforms (most notably Windows) do not have a $HOME by default.Richard Levitte
2001-04-18fix md_rand.c locking bugsBodo Möller
2001-03-22Avoid warningBodo Möller
2001-03-21Since site_t is used, there's no more need to cast to int.Richard Levitte
2001-03-21Make sure the size_t declaration is available.Bodo Möller
2001-03-21Turn 'num' argument to RAND_file_name into a size_t (rather than an int).Bodo Möller
2001-03-21Change from main development line, 2001-03-18 15:24 levitteRichard Levitte
2001-03-15Error codes are longs, not intsBodo Möller
2001-03-14Signed vs. unsigned problem fix.Richard Levitte
2001-03-10dohUlf Möller
2001-03-08replace rdtsc as in HEADUlf Möller
2001-02-22include e_os.h as "openssl/e_os.h" (as elsewhere)Bodo Möller
2001-02-19OPENSSL_issetugid() as in the main branch.Ulf Möller
2001-02-08add comment and RAND_load_file() change as in main branch.Ulf Möller
2000-12-01fix for Borland CUlf Möller
2000-10-11Fix from main trunk, 2000-09-25 10:52 levitte:Richard 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