summaryrefslogtreecommitdiffstats
path: root/apps/s_socket.c
AgeCommit message (Expand)Author
2016-03-07ISSUE 43: Add BIO_sock_shutdownRich Salz
2016-02-24Fix typo, reformat comment.Rich Salz
2016-02-22Remove unused parameters from internal functionsRich Salz
2016-02-11The protocol variable has lost its use, remove itRichard Levitte
2016-02-10Use the protocol we know rather than BIO_ADDRINFO_protocol(res)Richard Levitte
2016-02-10Don't assert protocol equalityRichard Levitte
2016-02-03Refactoring BIO: Adapt s_client and s_serverRichard Levitte
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz
2015-10-05Explicitly cast INVALID_SOCKET to (int) to address warnings on Windows.Andy Polyakov
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