aboutsummaryrefslogtreecommitdiffstats
path: root/apps/s_client.c
Commit message (Expand)AuthorAgeFilesLines
* apps/s_client.c: add missing null checkKaoruToda2017-10-221-0/+3
* Remove parentheses of return.KaoruToda2017-10-181-1/+1
* Make '-name' option of the 's_client' more genericPaul Yang2017-10-161-13/+13
* Various review fixes for PSK early_data supportMatt Caswell2017-08-311-2/+1
* Show the error stack if there was an error writing early data in s_clientMatt Caswell2017-08-311-0/+1
* If no SNI has been explicitly set use the one from the sessionMatt Caswell2017-08-311-0/+20
* Enable the ability to use an external PSK for sending early_dataMatt Caswell2017-08-311-2/+4
* Move e_os.h to be the very first include.Pauli2017-08-301-1/+1
* (Re)move some things from e_os.hRich Salz2017-08-221-1/+2
* Addressed build failure because of missing #ifdef AF_UNIX guardBalaji Marisetti2017-08-181-0/+2
* Revert "Add some casts for %j"Rich Salz2017-08-151-2/+2
* Add some casts for %jRich Salz2017-08-141-2/+2
* Standardize apps use of -rand, etc.Rich Salz2017-07-161-18/+7
* Fix s_client crash where the hostname is provided as a positional argMatt Caswell2017-07-071-1/+1
* Fix memory leak when using PSK session filesMatt Caswell2017-07-071-0/+1
* Fix double array increment in s_client mysql connectSteven Danneman2017-06-291-2/+1
* PSK related tweaks based on review feedbackMatt Caswell2017-06-211-3/+1
* Use constants rather than macros for the cipher bytes in the appsMatt Caswell2017-06-211-4/+4
* Tweak the client side PSK callbackMatt Caswell2017-06-211-7/+14
* Fix no-pskMatt Caswell2017-06-211-7/+1
* Add the ability to set a TLSv1.3 PSK via just the key bytesMatt Caswell2017-06-211-6/+51
* Add the ability to use a client side TLSv1.3 external PSK in s_clientMatt Caswell2017-06-211-0/+45
* Merge Nokia copyright notice into standardRich Salz2017-06-211-27/+1
* s_client accepts host/port as positional argument.Cory Benfield2017-06-191-3/+17
* Forbid to specify -nextprotoneg if -tls1_3 is enabledPaul Yang2017-06-161-0/+6
* Make SNI behavior more clear in s_client doc & helpPaul Yang2017-06-131-1/+1
* Clean up a bundle of codingstyle stuff in apps directoryPaul Yang2017-06-121-18/+20
* Fix possible memory over-read in apps/s_client.cRich Salz2017-06-081-0/+9
* Added mysql as starttls protocol.Keigo Tanaka2017-06-011-0/+83
* Add checks on return code when applying some settings.FdaSilvaYY2017-04-281-38/+21
* Output prog name within error messageFdaSilvaYY2017-04-281-3/+3
* Add a 'max_send_frag' option to configure maximum size of send fragmentsFdaSilvaYY2017-04-281-6/+24
* Fix s_client when no-dtlsTodd Short2017-04-281-0/+2
* Remove (broken) diagnostic printRich Salz2017-04-271-6/+0
* Ensure s_client sends an SNI extension by defaultMatt Caswell2017-04-271-4/+26
* Switch command-line utils to new nameopt API.Dmitry Belyavskiy2017-04-251-11/+7
* Add a -sctp option to s_clientMatt Caswell2017-04-251-5/+35
* Print CA names in s_server, add -requestCAfile to s_clientDr. Stephen Henson2017-04-031-16/+4
* Add requestCAfile optionDr. Stephen Henson2017-04-031-1/+17
* apps/*.c: switch to platform-neutral format modifiers in BIO_print calls.Andy Polyakov2017-03-301-2/+2
* Fix s_client early data indicatorMatt Caswell2017-03-301-1/+1
* Fix a -Wsign-compare warningBenjamin Kaduk2017-03-141-1/+1
* apps/s_client.c: harden ldap_ExtendedResponse_parse.Andy Polyakov2017-03-041-0/+2
* Rename SSL_write_early() to SSL_write_early_data()Matt Caswell2017-03-021-1/+1
* Updates to s_server and s_client for the latest early_data API changesMatt Caswell2017-03-021-3/+1
* Tighten sanity checks when calling early data functionsMatt Caswell2017-03-021-1/+3
* Get s_client to report on whether early data was accepted or notMatt Caswell2017-03-021-0/+17
* Add an option to s_client to send early_dataMatt Caswell2017-03-021-2/+40
* Add LDAP support (RFC 4511) to s_client ("-starttls ldap")Robert Scheck2017-03-021-1/+155
* Remove some commented out code in the appsMatt Caswell2017-02-281-6/+0