summaryrefslogtreecommitdiffstats
path: root/apps/s_socket.c
AgeCommit message (Expand)Author
2017-09-08Allow an endpoint to read the alert data before closing the socketMatt Caswell
2017-08-22(Re)move some things from e_os.hRich Salz
2017-07-17Fix bogus use of BIO_sock_should_retry.Bernd Edlinger
2017-06-26Fix return value checking for BIO_sock_initPaul Yang
2017-04-25Fix some variable references in init_clientMatt Caswell
2017-04-25Add a -sctp option to s_clientMatt Caswell
2017-04-25Add a -sctp option to s_serverMatt Caswell
2016-05-17Copyright consolidation 01/10Rich Salz
2016-05-04Remove stale errors from early connection attempts in a clientMatt Caswell
2016-03-21Fix no-sockMatt Caswell
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