summaryrefslogtreecommitdiffstats
path: root/apps/s_client.c
AgeCommit message (Expand)Author
2019-07-01Fix TyposAntoine Cœur
2019-04-08s_client starttls: fix handling of multiline replyDan Campbell
2019-02-19Don't set SNI by default if hostname is not dNS nameIonut Mihalcea
2019-02-14Fix -verify_return_error in s_clientMatt Caswell
2019-02-01Fix end-point shared secret for DTLS/SCTPMichael Tuexen
2019-01-27s_client: fix not to send a command letter of RShigeki Ohtsu
2018-08-20Change Post Handshake auth so that it is opt-inMatt Caswell
2018-06-26Only dump session data after we have received itMatt Caswell
2018-05-31Fix a memory leak in an error pathMatt Caswell
2018-05-22Enable SSL_MODE_AUTO_RETRY by defaultKurt Roeckx
2018-05-20Fix no-srtp build warningsTodd Short
2018-05-08Fix s_client and s_server so that they correctly handle the DTLS timerMatt Caswell
2018-04-25Fix documentation for the -showcerts s_client optionMatt Caswell
2018-04-08apps/{s_client.c|s_socket}.c: omit usleep calls.Andy Polyakov
2018-03-21Unify s_client/s_server srtp profiles option handlingFdaSilvaYY
2018-03-19s_client, s_server: do generic SSL configuration first, specialization afterRichard Levitte
2018-03-09Tolerate TLSv1.3 PSKs that are a different size to the hash sizeMatt Caswell
2018-02-19Add BIO_bind function to bind local address for a socket.John Hughes
2018-02-14Ignore an s_client psk in TLSv1.3 if not TLSv1.3 suitableMatt Caswell
2018-02-01Add TLSv1.3 post-handshake authentication (PHA)Todd Short
2018-01-31apps: Don't include progs.h in apps.hRichard Levitte
2018-01-19Copyright update of more files that have changed this yearRichard Levitte
2018-01-14Fix intermittent Cygwin failures in s_clientRichard Levitte
2018-01-14Explicitly shut the socket down in s_clientBernd Edlinger
2017-11-21Ignore the session when setting SNI in s_clientMatt Caswell
2017-11-13Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov
2017-11-09Fix an s_client memory leakMatt Caswell
2017-11-07style : fix some if(...FdaSilvaYY
2017-11-05Implement Maximum Fragment Length TLS extension.FdaSilvaYY
2017-10-22apps/s_client.c: add missing null checkKaoruToda
2017-10-18Remove parentheses of return.KaoruToda
2017-10-16Make '-name' option of the 's_client' more genericPaul Yang
2017-08-31Various review fixes for PSK early_data supportMatt Caswell
2017-08-31Show the error stack if there was an error writing early data in s_clientMatt Caswell
2017-08-31If no SNI has been explicitly set use the one from the sessionMatt Caswell
2017-08-31Enable the ability to use an external PSK for sending early_dataMatt Caswell
2017-08-30Move e_os.h to be the very first include.Pauli
2017-08-22(Re)move some things from e_os.hRich Salz
2017-08-18Addressed build failure because of missing #ifdef AF_UNIX guardBalaji Marisetti
2017-08-15Revert "Add some casts for %j"Rich Salz
2017-08-14Add some casts for %jRich Salz
2017-07-16Standardize apps use of -rand, etc.Rich Salz
2017-07-07Fix s_client crash where the hostname is provided as a positional argMatt Caswell
2017-07-07Fix memory leak when using PSK session filesMatt Caswell
2017-06-29Fix double array increment in s_client mysql connectSteven Danneman
2017-06-21PSK related tweaks based on review feedbackMatt Caswell
2017-06-21Use constants rather than macros for the cipher bytes in the appsMatt Caswell
2017-06-21Tweak the client side PSK callbackMatt Caswell
2017-06-21Fix no-pskMatt Caswell
2017-06-21Add the ability to set a TLSv1.3 PSK via just the key bytesMatt Caswell