summaryrefslogtreecommitdiffstats
path: root/apps/s_socket.c
AgeCommit message (Expand)Author
2019-09-04Move libapps.a source to apps/libRichard Levitte
2018-12-06Following the license change, modify the boilerplates in apps/Richard Levitte
2018-05-31Only set TCP_NODELAY if the protocol is TCPMatt Caswell
2018-05-21apps/s_socket.c: address rare TLSProxy failures on Windows.Andy Polyakov
2018-05-11Don't set TCP_NODELAY on a UDP socketMatt Caswell
2018-04-18apps/s_socket.c: fix memory sanitizer problem in ACCEPT printout.Andy Polyakov
2018-04-17apps/s_socket.c: print only dynamically allocated port in do_server.Andy Polyakov
2018-04-08apps/{s_client.c|s_socket}.c: omit usleep calls.Andy Polyakov
2018-04-08apps/s_socket.c: disable the Nagle algorithm.Andy Polyakov
2018-04-04openssl s_server: print the accepting address and socketRichard Levitte
2018-02-19Add BIO_bind function to bind local address for a socket.John Hughes
2018-01-26Fix some style nits in commit eee8a40Bernd Edlinger
2018-01-25Make the s_server command listen on IPv6 only when requestedBernd Edlinger
2018-01-24Enable the cookie callbacks to work even in TLS in the appsMatt Caswell
2018-01-19Copyright update of more files that have changed this yearRichard Levitte
2018-01-15Fix intermittent Windows and Cygwin failures in s_serverRichard Levitte
2018-01-14Use constant value 1 instead of SHUT_WR in do_serverBernd Edlinger
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