aboutsummaryrefslogtreecommitdiffstats
path: root/apps/s_socket.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright consolidation 01/10Rich Salz2016-05-171-102/+6
* Remove stale errors from early connection attempts in a clientMatt Caswell2016-05-041-0/+2
* Fix no-sockMatt Caswell2016-03-211-0/+1
* ISSUE 43: Add BIO_sock_shutdownRich Salz2016-03-071-3/+3
* Fix typo, reformat comment.Rich Salz2016-02-241-6/+5
* Remove unused parameters from internal functionsRich Salz2016-02-221-39/+13
* The protocol variable has lost its use, remove itRichard Levitte2016-02-111-12/+2
* Use the protocol we know rather than BIO_ADDRINFO_protocol(res)Richard Levitte2016-02-101-2/+2
* Don't assert protocol equalityRichard Levitte2016-02-101-4/+2
* Refactoring BIO: Adapt s_client and s_serverRichard Levitte2016-02-031-529/+169
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-1/+1
* Explicitly cast INVALID_SOCKET to (int) to address warnings on Windows.Andy Polyakov2015-10-051-6/+6
* Use bio_err not stderr in apps.Rich Salz2015-06-091-4/+2
* memset, memcpy, sizeof consistency fixesRich Salz2015-05-051-5/+5
* Remove apps cache for gethostbynameRich Salz2015-05-051-50/+2
* free null cleanup finaleRich Salz2015-05-011-2/+1
* In apps, malloc or dieRich Salz2015-04-301-5/+1
* remove malloc castsRich Salz2015-04-281-1/+1
* Big apps cleanup (option-parsing, etc)Rich Salz2015-04-241-18/+52
* Re-align some comments after running the reformat script.Matt Caswell2015-01-221-7/+7
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-585/+584
* RT3548: Remove unsupported platformsRich Salz2015-01-121-48/+3
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-1/+1
* RT3548: Remove unsupported platforms.Rich Salz2014-12-221-1/+1
* Undo a90081576c94f9f54de1755188a00ccc1760549aRich Salz2014-08-091-1/+6
* Remove DJGPP (and therefore WATT32) #ifdef's.Rich Salz2014-08-081-6/+1
* s_client/s_server: support unix domain socketsGeoff Thorpe2014-05-081-1/+137
* coverity 966576 - close socket in error pathTim Hudson2014-05-081-0/+3
* PR#3342 fix resource leak coverity issue 966577Tim Hudson2014-05-081-1/+1
* apps: constify some string parametersGeoff Thorpe2014-04-251-6/+6
* Provisional DTLS 1.2 support.Dr. Stephen Henson2013-03-261-2/+2
* don't call gethostbyname if OPENSSL_SSL_DEBUG_BROKEN_PROTOCOL is setDr. Stephen Henson2012-11-191-0/+4
* add -naccept <n> option to s_server to automatically exit after <n> connectionsDr. Stephen Henson2012-11-181-2/+4
* Version skew reduction: trivia (I hope).Ben Laurie2012-06-031-4/+2
* Fix warning.Ben Laurie2011-03-121-0/+1
* Constify.Ben Laurie2011-01-091-2/+4
* i variable is used on some platformsDr. Stephen Henson2010-07-051-0/+1
* Fix warnings.Ben Laurie2010-06-121-4/+2
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-121-3/+1
* size_tification.Ben Laurie2008-11-011-1/+3
* fix warningNils Larsch2006-11-061-1/+1
* Bug fix.Ulf Möller2006-05-011-2/+2
* fix problems found by coverity: remove useless codeNils Larsch2006-03-151-2/+0
* Netware patch submitted by Verdon Walker" <VWalker@novell.com> in PRRichard Levitte2005-06-131-5/+9
* Fixes for signed/unsigned warnings and shadows.Dr. Stephen Henson2005-04-261-1/+1
* Add DTLS support.Ben Laurie2005-04-261-25/+42
* signed vs. unsigned.Richard Levitte2005-04-201-1/+1
* Give everything prototypes (well, everything that's actually used).Ben Laurie2005-03-311-1/+1
* DJGPP update.Andy Polyakov2005-01-041-1/+0
* Use BUF_strlcpy() instead of strcpy().Richard Levitte2003-12-271-1/+1