summaryrefslogtreecommitdiffstats
path: root/crypto/rand
AgeCommit message (Expand)Author
2005-04-19Various Win32 and other fixes for warnings and compilation errors.Dr. Stephen Henson
2005-04-12Rebuild error codes.Dr. Stephen Henson
2005-04-11Add emacs cache files to .cvsignore.Richard Levitte
2005-04-07make sure error queue is totally emptiedNils Larsch
2005-03-30Blow away Makefile.ssl.Ben Laurie
2005-03-24undo Cygwin changeUlf Möller
2005-03-19Use Windows randomness code on CygwinUlf Möller
2005-02-19Fix hang in EGD/PRNGD query when communication socket is closedLutz Jänicke
2005-01-13Fix an "oops" typo! Well, it was a debugging left-over...Andy Polyakov
2005-01-13O_NOFOLLOW is not appropriate when opening /dev/* entries on Solaris.Andy Polyakov
2005-01-12Correct a faulty address assignment, and add a length check (notRichard Levitte
2005-01-04DJGPP update.Andy Polyakov
2004-11-02Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte
2004-07-21Make rand_win.c UNICODE savvy.Andy Polyakov
2004-06-28Changes for VOS, submitted by Paul Green <Paul.Green@stratus.com>.Richard Levitte
2004-06-28NetWare fixes provided by Verdon Walker for OpenSSL 0.9.8-dev.Richard Levitte
2004-05-17After the latest round of header-hacking, regenerate the dependencies inGeoff Thorpe
2004-05-17Make reservations for FIPS code in HEAD branch, so that the moment FIPSAndy Polyakov
2004-04-19make updateGeoff Thorpe
2004-04-19Reduce header interdependencies, initially in engine.h (the rest of theGeoff Thorpe
2004-03-25Wrap code starting with a definition.Richard Levitte
2004-03-25A couple more cases where RAND_add() gets an integer instead of aRichard Levitte
2004-03-15It was just pointed out to me that it's better to cast to double...Richard Levitte
2004-03-15Make sure that the last argument to RAND_add() is a float, or someRichard Levitte
2004-01-29TypoRichard Levitte
2004-01-28make updateRichard Levitte
2004-01-26S_IFBLK and S_IFCHR may not exist in some places (like Windows), soRichard Levitte
2004-01-04Update URILutz Jänicke
2003-12-27Check if a random "file" is really a device file, and treat itRichard Levitte
2003-12-27Use sh explicitely to run point.shRichard Levitte
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte
2003-11-30Add more debugging to my Configure target, and "make update" to incorporateGeoff Thorpe
2003-11-28Netware-specific changes,Richard Levitte
2003-10-29A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe
2003-08-07Correct two problems, found by Martin Kochanski <cardbox@easynet.co.uk>:Richard Levitte
2003-05-01make updateRichard Levitte
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte
2002-12-29make updateRichard Levitte
2002-12-03Windows CE updates, contributed by Steven Reddie <smr@essemer.com.au>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-15WinCE patchesRichard Levitte
2002-11-14Close the implicitely opened registry key.Richard Levitte
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie
2002-10-14Complete the VxWorks fix by implementing a NULL RAND_poll() for it.Richard Levitte
2002-10-09Add a few more VxWorks targets.Richard Levitte
2002-10-09Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte
2002-09-22use OPENSSL_SYS_MSDOS rather than __DJGPP__ to disable egd, this is notUlf Möller
2002-08-09make updateBodo Möller
2002-07-30"make update"Lutz Jänicke