summaryrefslogtreecommitdiffstats
path: root/apps/s_socket.c
Commit message (Expand)AuthorAgeFilesLines
* Only set TCP_NODELAY if the protocol is TCPMatt Caswell2018-05-311-1/+1
* apps/s_socket.c: address rare TLSProxy failures on Windows.Andy Polyakov2018-05-211-0/+18
* Don't set TCP_NODELAY on a UDP socketMatt Caswell2018-05-111-1/+2
* apps/s_socket.c: fix memory sanitizer problem in ACCEPT printout.Andy Polyakov2018-04-181-2/+4
* apps/s_socket.c: print only dynamically allocated port in do_server.Andy Polyakov2018-04-171-1/+5
* apps/{s_client.c|s_socket}.c: omit usleep calls.Andy Polyakov2018-04-081-13/+0
* apps/s_socket.c: disable the Nagle algorithm.Andy Polyakov2018-04-081-1/+2
* openssl s_server: print the accepting address and socketRichard Levitte2018-04-041-1/+29
* Add BIO_bind function to bind local address for a socket.John Hughes2018-02-191-0/+49
* Fix some style nits in commit eee8a40Bernd Edlinger2018-01-261-6/+8
* Make the s_server command listen on IPv6 only when requestedBernd Edlinger2018-01-251-3/+24
* Enable the cookie callbacks to work even in TLS in the appsMatt Caswell2018-01-241-1/+13
* Copyright update of more files that have changed this yearRichard Levitte2018-01-191-1/+1
* Fix intermittent Windows and Cygwin failures in s_serverRichard Levitte2018-01-151-0/+14
* Use constant value 1 instead of SHUT_WR in do_serverBernd Edlinger2018-01-141-7/+1
* Allow an endpoint to read the alert data before closing the socketMatt Caswell2017-09-081-0/+17
* (Re)move some things from e_os.hRich Salz2017-08-221-2/+1
* Fix bogus use of BIO_sock_should_retry.Bernd Edlinger2017-07-171-1/+1
* Fix return value checking for BIO_sock_initPaul Yang2017-06-261-3/+3
* Fix some variable references in init_clientMatt Caswell2017-04-251-4/+5
* Add a -sctp option to s_clientMatt Caswell2017-04-251-3/+26
* Add a -sctp option to s_serverMatt Caswell2017-04-251-5/+26
* 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