aboutsummaryrefslogtreecommitdiff
path: root/apps/s_client.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-20Change Post Handshake auth so that it is opt-inMatt Caswell1-7/+7
2018-06-26Only dump session data after we have received itMatt Caswell1-15/+39
2018-05-31Fix a memory leak in an error pathMatt Caswell1-0/+1
2018-05-22Enable SSL_MODE_AUTO_RETRY by defaultKurt Roeckx1-0/+2
2018-05-20Fix no-srtp build warningsTodd Short1-0/+4
2018-05-08Fix s_client and s_server so that they correctly handle the DTLS timerMatt Caswell1-5/+2
2018-04-25Fix documentation for the -showcerts s_client optionMatt Caswell1-1/+2
2018-04-08apps/{s_client.c|s_socket}.c: omit usleep calls.Andy Polyakov1-13/+13
2018-03-21Unify s_client/s_server srtp profiles option handlingFdaSilvaYY1-2/+3
2018-03-19s_client, s_server: do generic SSL configuration first, specialization afterRichard Levitte1-5/+7
2018-03-09Tolerate TLSv1.3 PSKs that are a different size to the hash sizeMatt Caswell1-11/+5
2018-02-19Add BIO_bind function to bind local address for a socket.John Hughes1-4/+22
2018-02-14Ignore an s_client psk in TLSv1.3 if not TLSv1.3 suitableMatt Caswell1-1/+1
2018-02-01Add TLSv1.3 post-handshake authentication (PHA)Todd Short1-0/+9
2018-01-31apps: Don't include progs.h in apps.hRichard Levitte1-0/+1
2018-01-19Copyright update of more files that have changed this yearRichard Levitte1-1/+1
2018-01-14Fix intermittent Cygwin failures in s_clientRichard Levitte1-1/+5
2018-01-14Explicitly shut the socket down in s_clientBernd Edlinger1-0/+11
2017-11-21Ignore the session when setting SNI in s_clientMatt Caswell1-11/+0
2017-11-13Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov1-4/+5
2017-11-09Fix an s_client memory leakMatt Caswell1-10/+3
2017-11-07style : fix some if(...FdaSilvaYY1-1/+1
2017-11-05Implement Maximum Fragment Length TLS extension.FdaSilvaYY1-2/+35
2017-10-22apps/s_client.c: add missing null checkKaoruToda1-0/+3
2017-10-18Remove parentheses of return.KaoruToda1-1/+1
2017-10-16Make '-name' option of the 's_client' more genericPaul Yang1-13/+13
2017-08-31Various review fixes for PSK early_data supportMatt Caswell1-2/+1
2017-08-31Show the error stack if there was an error writing early data in s_clientMatt Caswell1-0/+1
2017-08-31If no SNI has been explicitly set use the one from the sessionMatt Caswell1-0/+20
2017-08-31Enable the ability to use an external PSK for sending early_dataMatt Caswell1-2/+4
2017-08-30Move e_os.h to be the very first include.Pauli1-1/+1
2017-08-22(Re)move some things from e_os.hRich Salz1-1/+2
2017-08-18Addressed build failure because of missing #ifdef AF_UNIX guardBalaji Marisetti1-0/+2
2017-08-15Revert "Add some casts for %j"Rich Salz1-2/+2
2017-08-14Add some casts for %jRich Salz1-2/+2
2017-07-16Standardize apps use of -rand, etc.Rich Salz1-18/+7
2017-07-07Fix s_client crash where the hostname is provided as a positional argMatt Caswell1-1/+1
2017-07-07Fix memory leak when using PSK session filesMatt Caswell1-0/+1
2017-06-29Fix double array increment in s_client mysql connectSteven Danneman1-2/+1
2017-06-21PSK related tweaks based on review feedbackMatt Caswell1-3/+1
2017-06-21Use constants rather than macros for the cipher bytes in the appsMatt Caswell1-4/+4
2017-06-21Tweak the client side PSK callbackMatt Caswell1-7/+14
2017-06-21Fix no-pskMatt Caswell1-7/+1
2017-06-21Add the ability to set a TLSv1.3 PSK via just the key bytesMatt Caswell1-6/+51
2017-06-21Add the ability to use a client side TLSv1.3 external PSK in s_clientMatt Caswell1-0/+45
2017-06-21Merge Nokia copyright notice into standardRich Salz1-27/+1
2017-06-19s_client accepts host/port as positional argument.Cory Benfield1-3/+17
2017-06-16Forbid to specify -nextprotoneg if -tls1_3 is enabledPaul Yang1-0/+6
2017-06-13Make SNI behavior more clear in s_client doc & helpPaul Yang1-1/+1
2017-06-12Clean up a bundle of codingstyle stuff in apps directoryPaul Yang1-18/+20