summaryrefslogtreecommitdiffstats
path: root/apps/s_client.c
AgeCommit message (Expand)Author
2018-08-14Update copyright yearMatt Caswell
2018-04-25Fix documentation for the -showcerts s_client optionMatt Caswell
2017-12-08Standardize syntax around sizeof(foo)Rich Salz
2017-11-13Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov
2017-07-20Fix apps/s_client.c's XMPP clientRichard Levitte
2017-03-29Free the compression methods in s_server and s_clientMatt Caswell
2016-10-20apps: make setup_engine() and release_engine() available alwaysRichard Levitte
2016-10-20If an engine comes up explicitely, it must also come down explicitelyRichard Levitte
2016-09-15Refactor to avoid unnecessary preprocessor logicRichard Levitte
2016-09-15Reformat to fit OpenSSL source code standardsRichard Levitte
2016-09-15Remove entirely unnecessary pointer size guardsRichard Levitte
2016-09-15VSI submission: redirect terminal input through socketRichard Levitte
2016-07-28Add missing casts.Rich Salz
2016-07-08Disallow multiple protocol flags to s_server and s_clientMatt Caswell
2016-06-12Fix link error.Dr. Stephen Henson
2016-06-12Don't skip leading zeroes in PSK keys.Dr. Stephen Henson
2016-02-02GH611: s_client help message bugRich Salz
2016-01-20GH issue 572: Error in help messageRich Salz
2015-09-28SRP memory leak fixDr. Stephen Henson
2015-08-26GH351: -help text for some s_client/s_server flagsHubert Kario
2015-04-20Add -no_alt_chains option to apps to implement the newMatt Caswell
2015-04-16Code style: space after 'if'Viktor Dukhovni
2015-03-25Fix bug in s_client. Previously default verify locations would only be loadedMatt Caswell
2015-03-05Unchecked malloc fixesMatt Caswell
2015-01-27Remove explicit setting of read_ahead for DTLS. It never makes sense not toMatt Caswell
2015-01-22Re-align some comments after running the reformat script.OpenSSL_1_0_2-post-reformatMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22indent has problems with comments that are on the right hand side of a line.Matt Caswell
2015-01-22Fix source where indent will not be able to copeMatt Caswell
2015-01-22Additional comment changes for reformat of 1.0.2Matt Caswell
2015-01-05Fix building with no-srtpPiotr Sikora
2014-12-31typo in s_clientDominik Neubauer
2014-12-04s_client and s_server take -verify_{host,email,ip}, not -check*Richard Levitte
2014-12-03Updates to s_client and s_server to remove the constant 28 (for IPv4 headerMatt Caswell
2014-11-19New option no-ssl3-method which removes SSLv3_*methodDr. Stephen Henson
2014-10-15Add TLS_FALLBACK_SCSV documentation, and move s_client -fallback_scsvBodo Moeller
2014-10-15Support TLS_FALLBACK_SCSV.Bodo Moeller
2014-08-28Rename some callbacks, fix alignment.Dr. Stephen Henson
2014-08-28Use consistent function naming.Dr. Stephen Henson
2014-08-28New extension callback features.Dr. Stephen Henson
2014-08-28Callback revision.Dr. Stephen Henson
2014-07-06Usage for -hack and -prexit -verify_return_errorDr. Stephen Henson
2014-07-04Remove all RFC5878 code.Dr. Stephen Henson
2014-06-12remove some more DANE codeDr. Stephen Henson
2014-02-09Const fix.Ben Laurie
2014-02-09More cleanup.Ben Laurie
2014-02-09Make it build.Ben Laurie
2014-02-08Fix whitespace, new-style comments.Ben Laurie
2014-02-08Re-add alert variables removed during rebaseScott Deboy
2014-02-08Update custom TLS extension and supplemental data 'generate' callbacks to sup...Scott Deboy