summaryrefslogtreecommitdiffstats
path: root/apps/s_client.c
AgeCommit message (Expand)Author
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
2017-06-21Add the ability to use a client side TLSv1.3 external PSK in s_clientMatt Caswell
2017-06-21Merge Nokia copyright notice into standardRich Salz
2017-06-19s_client accepts host/port as positional argument.Cory Benfield
2017-06-16Forbid to specify -nextprotoneg if -tls1_3 is enabledPaul Yang
2017-06-13Make SNI behavior more clear in s_client doc & helpPaul Yang
2017-06-12Clean up a bundle of codingstyle stuff in apps directoryPaul Yang
2017-06-08Fix possible memory over-read in apps/s_client.cRich Salz
2017-06-01Added mysql as starttls protocol.Keigo Tanaka
2017-04-28Add checks on return code when applying some settings.FdaSilvaYY
2017-04-28Output prog name within error messageFdaSilvaYY
2017-04-28Add a 'max_send_frag' option to configure maximum size of send fragmentsFdaSilvaYY
2017-04-28Fix s_client when no-dtlsTodd Short
2017-04-27Remove (broken) diagnostic printRich Salz
2017-04-27Ensure s_client sends an SNI extension by defaultMatt Caswell
2017-04-25Switch command-line utils to new nameopt API.Dmitry Belyavskiy
2017-04-25Add a -sctp option to s_clientMatt Caswell
2017-04-03Print CA names in s_server, add -requestCAfile to s_clientDr. Stephen Henson
2017-04-03Add requestCAfile optionDr. Stephen Henson
2017-03-30apps/*.c: switch to platform-neutral format modifiers in BIO_print calls.Andy Polyakov
2017-03-30Fix s_client early data indicatorMatt Caswell
2017-03-14Fix a -Wsign-compare warningBenjamin Kaduk
2017-03-04apps/s_client.c: harden ldap_ExtendedResponse_parse.Andy Polyakov
2017-03-02Rename SSL_write_early() to SSL_write_early_data()Matt Caswell
2017-03-02Updates to s_server and s_client for the latest early_data API changesMatt Caswell
2017-03-02Tighten sanity checks when calling early data functionsMatt Caswell
2017-03-02Get s_client to report on whether early data was accepted or notMatt Caswell
2017-03-02Add an option to s_client to send early_dataMatt Caswell
2017-03-02Add LDAP support (RFC 4511) to s_client ("-starttls ldap")Robert Scheck
2017-02-28Remove some commented out code in the appsMatt Caswell
2017-02-21Provided support for the -nameopt flag in s_client, s_server and s_timeDmitry Belyavskiy
2017-02-17Updates following review feedbackMatt Caswell
2017-02-17Add the ability for s_client to send a KeyUpdate messageMatt Caswell
2017-02-15Handle negative reply for NNTP STARTTLS in s_clientRobert Scheck
2017-02-14Add Sieve support (RFC 5804) to s_client ("-starttls sieve")Robert Scheck
2017-02-07apps: Add support for writing a keylog filePeter Wu
2017-02-03Add NNTP support (RFC 4642) to s_client ("-starttls nntp")Robert Scheck
2017-01-30Miscellaneous style tweaks based on feedback receivedMatt Caswell
2017-01-30Update the s_client -sess_out feature to work for TLSv1.3Matt Caswell
2017-01-25Fix a few double ;FdaSilvaYY
2017-01-25s_client: Better response success check for CONNECTRichard Levitte
2016-11-18Avoid warnings like unused enum value (as suggested by Rich Salz)Robert Scheck