summaryrefslogtreecommitdiffstats
path: root/apps/s_client.c
AgeCommit message (Expand)Author
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
2014-02-08Free generated supp data after handshake completion, add comment regarding us...Scott Deboy
2014-02-08Add callbacks supporting generation and retrieval of supplemental data entrie...Scott Deboy
2013-11-14Fix compilation with no-nextprotoneg.Piotr Sikora
2013-10-01Merge remote-tracking branch 'agl/1.0.2alpn' into agl-alpnBen Laurie
2013-09-25Produce PEM we would consume.Ben Laurie
2013-09-18Dual DTLS version methods.Dr. Stephen Henson
2013-09-18Provisional DTLS 1.2 support.Dr. Stephen Henson
2013-09-13Support ALPN.Adam Langley
2013-08-19update usage messagesDr. Stephen Henson
2013-08-19Add -brief option to s_client and s_server to summarise connection details.Dr. Stephen Henson
2013-07-03Trying cherrypick:Trevor
2013-05-15RFC6689 support: add missing commit (git noob alert).Andy Polyakov
2013-01-18Add code to download CRLs based on CRLDP extension.Dr. Stephen Henson
2013-01-18New option to add CRLs for s_client and s_server.Dr. Stephen Henson
2012-12-30add support for separate verify can chain stores to s_client (backport from H...Dr. Stephen Henson
2012-12-30add -chain options to s_client (backrpot from HEAD)Dr. Stephen Henson
2012-12-30remove unused cipher functionality from s_clientDr. Stephen Henson
2012-12-29make JPAKE work again, fix memory leaksDr. Stephen Henson
2012-12-29Delegate command line handling for many common options in s_client/s_server toDr. Stephen Henson
2012-12-26SSL/TLS record tracing code (backport from HEAD).Dr. Stephen Henson
2012-12-26contifyDr. Stephen Henson
2012-12-26new ctrl to retrive value of received temporary key in server key exchange me...Dr. Stephen Henson
2012-12-26Add support for certificate stores in CERT structure. This makes itDr. Stephen Henson
2012-12-26Add new ctrl to retrieve client certificate types, print outDr. Stephen Henson
2012-12-26cert_flags is unsignedDr. Stephen Henson
2012-12-26add support for client certificate callbak, fix memory leakDr. Stephen Henson
2012-12-26Separate client and server permitted signature algorithm support: by defaultDr. Stephen Henson