summaryrefslogtreecommitdiffstats
path: root/crypto/rand
AgeCommit message (Expand)Author
2005-03-24undo Cygwin changeUlf Möller
2005-03-19Cygwin randomnessUlf Möller
2004-03-25Wrap code starting with a definition.Richard Levitte
2004-03-23make updateRichard Levitte
2003-08-07Correct two problems, found by Martin Kochanski <cardbox@easynet.co.uk>:Richard Levitte
2003-05-22Correct a typo (basically, one can't just replace 'memset' withRichard Levitte
2003-05-21Don't forget that strlen() doesn't include the ending NUL.Richard Levitte
2003-05-21Cleanse the MD context properly when done adding or getting random data.Richard Levitte
2002-12-04Fixes for VxWorks. Are these needed for 0.9.7 and up as well?Richard Levitte
2002-11-28Have all tests use EXIT() to exit rather than exit(), since the latter doesn'tRichard Levitte
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte
2002-11-14Close the implicitely opened registry key.Richard Levitte
2002-11-13Reorder inclusion, or NO_SYS_TYPES_H will not be detected.Richard Levitte
2002-11-13Some part of the Windows random seed code could hang on NT4.0 (SP6).Richard Levitte
2002-10-09Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte
2002-09-22don't compile egd support on MSDOSUlf Möller
2002-02-21disable '#ifdef DEBUG' sectionsBodo Möller
2002-02-14Add the configuration target VxWorks.Richard Levitte
2001-12-17remove redundant ERR_load_... declarationsBodo Möller
2001-11-15perl util/mkerr.pl -recurse -write -rebuildRichard Levitte
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