summaryrefslogtreecommitdiffstats
path: root/apps/s_socket.c
AgeCommit message (Expand)Author
2015-06-09Use bio_err not stderr in apps.Rich Salz
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz
2015-05-05Remove apps cache for gethostbynameRich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-30In apps, malloc or dieRich Salz
2015-04-28remove malloc castsRich Salz
2015-04-24Big apps cleanup (option-parsing, etc)Rich Salz
2015-01-22Re-align some comments after running the reformat script.Matt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-12RT3548: Remove unsupported platformsRich Salz
2014-12-30mark all block comments that need format preserving so thatTim Hudson
2014-12-22RT3548: Remove unsupported platforms.Rich Salz
2014-08-09Undo a90081576c94f9f54de1755188a00ccc1760549aRich Salz
2014-08-08Remove DJGPP (and therefore WATT32) #ifdef's.Rich Salz
2014-05-08s_client/s_server: support unix domain socketsGeoff Thorpe
2014-05-08coverity 966576 - close socket in error pathTim Hudson
2014-05-08PR#3342 fix resource leak coverity issue 966577Tim Hudson
2014-04-25apps: constify some string parametersGeoff Thorpe
2013-03-26Provisional DTLS 1.2 support.Dr. Stephen Henson
2012-11-19don't call gethostbyname if OPENSSL_SSL_DEBUG_BROKEN_PROTOCOL is setDr. Stephen Henson
2012-11-18add -naccept <n> option to s_server to automatically exit after <n> connectionsDr. Stephen Henson
2012-06-03Version skew reduction: trivia (I hope).Ben Laurie
2011-03-12Fix warning.Ben Laurie
2011-01-09Constify.Ben Laurie
2010-07-05i variable is used on some platformsDr. Stephen Henson
2010-06-12Fix warnings.Ben Laurie
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe
2008-11-01size_tification.Ben Laurie
2006-11-06fix warningNils Larsch
2006-05-01Bug fix.Ulf Möller
2006-03-15fix problems found by coverity: remove useless codeNils Larsch
2005-06-13Netware patch submitted by Verdon Walker" <VWalker@novell.com> in PRRichard Levitte
2005-04-26Fixes for signed/unsigned warnings and shadows.Dr. Stephen Henson
2005-04-26Add DTLS support.Ben Laurie
2005-04-20signed vs. unsigned.Richard Levitte
2005-03-31Give everything prototypes (well, everything that's actually used).Ben Laurie
2005-01-04DJGPP update.Andy Polyakov
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte
2003-11-28Netware-specific changes,Richard Levitte
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte
2002-11-22Disable this module if OPENSSL_NO_SOCK is defined.Richard Levitte
2002-11-15WinCE patchesRichard Levitte
2002-11-14Fix to build better with DJGPP.Richard Levitte
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie
2001-02-20I forgot there was a reason why the inclusions and definition of u_intRichard Levitte
2001-02-20Get e_os2.h to get all the system definitions correctly.Richard Levitte
2001-02-20Include opensslconf.h or the like early to make sure system macros getRichard Levitte
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2000-09-21Portability patch for HP MPE/iX. Submitted by Mark Bixby <mark_bixby@hp.com>Richard Levitte