summaryrefslogtreecommitdiffstats
path: root/apps/s_client.c
AgeCommit message (Expand)Author
2015-03-23apps return value checksMatt Caswell
2015-03-05Unchecked malloc fixesMatt Caswell
2015-02-25Add -no_alt_chains option to apps to implement the newMatt Caswell
2015-02-06Live code cleanup: remove #if 1 stuffRich Salz
2015-01-30Dead code clean: #if 0 removal in appsRich Salz
2015-01-28Remove support for opaque-prfRich Salz
2015-01-27OPENSSL_NO_XXX cleanup: NO_TLS, NO_TLS1Rich Salz
2015-01-27Remove explicit setting of read_ahead for DTLS. It never makes sense not toMatt Caswell
2015-01-22More comment realignmentmaster-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-22Further comment changes for reformat (master)Matt Caswell
2015-01-12RT3548: Remove unsupported platformsRich Salz
2015-01-05Fix building with no-srtpPiotr Sikora
2014-12-31typo in s_clientDominik Neubauer
2014-12-17RT3548: Remove some obsolete platformsRich Salz
2014-12-04Remove SSLv2 supportKurt Roeckx
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-08-09Undo a90081576c94f9f54de1755188a00ccc1760549aRich Salz
2014-08-08Remove DJGPP (and therefore WATT32) #ifdef's.Rich Salz
2014-07-06Usage for -hack and -prexit -verify_return_errorDr. Stephen Henson
2014-07-04Remove all RFC5878 code.Dr. Stephen Henson
2014-07-01Make NO_SYS_UN_H compile.Dr. Stephen Henson
2014-06-19Document -trusted_first option in man pages and help.Hubert Kario
2014-05-08s_client/s_server: support unix domain socketsGeoff Thorpe
2014-03-28Security callback debug print out.Dr. Stephen Henson
2014-02-20Move CT viewer extension code to crypto/x509v3Dr. Stephen Henson
2014-02-19Move the SCT List extension parser into libssl.Rob Stradling
2014-02-05Fix whitespace, new-style comments.Ben Laurie
2014-02-05Re-add alert variables removed during rebaseScott Deboy
2014-02-05Update custom TLS extension and supplemental data 'generate' callbacks to sup...Scott Deboy
2013-11-14Fix compilation with no-nextprotoneg.Piotr Sikora
2013-09-25Produce PEM we would consume.Ben Laurie
2013-09-06Const fix.Ben Laurie
2013-09-06Free generated supp data after handshake completion, add comment regarding us...Scott Deboy
2013-09-06More cleanup.Ben Laurie
2013-09-06Make it build.Ben Laurie
2013-09-06Add callbacks supporting generation and retrieval of supplemental data entrie...Scott Deboy
2013-09-05misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos
2013-09-05Clean up layout.Ben Laurie
2013-09-05Add an "-xmpphost" option to s_clientCarlos Alberto Lopez Perez
2013-09-05Fix infinite loop on s_client starttls xmppCarlos Alberto Lopez Perez