summaryrefslogtreecommitdiffstats
path: root/apps/s_client.c
AgeCommit message (Expand)Author
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
2013-09-05Fix XMPP code detection on s_client starttls xmppCarlos Alberto Lopez Perez
2013-07-22Add tests for ALPN functionality.Adam Langley
2013-07-22Support ALPN.Adam Langley
2013-06-12Add support for arbitrary TLS extensions.Trevor
2013-04-09Dual DTLS version methods.Dr. Stephen Henson
2013-03-26Provisional DTLS 1.2 support.Dr. Stephen Henson
2012-12-29make JPAKE work again, fix memory leaksDr. Stephen Henson
2012-12-12add -cert_chain option to s_clientDr. Stephen Henson
2012-12-06Add code to download CRLs based on CRLDP extension.Dr. Stephen Henson
2012-12-05Integrate host, email and IP address checks into X509_verify.Dr. Stephen Henson
2012-12-03oops, really check brief mode only ;-)Dr. Stephen Henson
2012-12-03don't check errno is zero, just print out messageDr. Stephen Henson
2012-12-03if no error code and -brief selected print out connection closed instead of r...Dr. Stephen Henson
2012-12-02New option to add CRLs for s_client and s_server.Dr. Stephen Henson
2012-11-23Don't display messages about verify depth in s_server if -quiet it set.Dr. Stephen Henson
2012-11-21support -quiet with -msg or -traceDr. Stephen Henson
2012-11-21only use a default curve if not already setDr. Stephen Henson
2012-11-20fix leaksDr. Stephen Henson
2012-11-19update usage messagesDr. Stephen Henson
2012-11-17Delegate command line handling for many common options in s_client/s_serverDr. Stephen Henson
2012-11-05contifyDr. Stephen Henson
2012-10-08New functions to check a hostname email or IP address against aDr. Stephen Henson
2012-09-12Add -brief option to s_client and s_server to summarise connection details.Dr. Stephen Henson
2012-09-08new ctrl to retrive value of received temporary key in server key exchange me...Dr. Stephen Henson
2012-08-29Add compilation flag to disable certain protocol checks and allow use ofDr. Stephen Henson
2012-07-23Add support for certificate stores in CERT structure. This makes itDr. Stephen Henson
2012-07-08Add new ctrl to retrieve client certificate types, print outDr. Stephen Henson
2012-07-03Fix memory leak.Dr. Stephen Henson
2012-07-03cert_flags is unsignedDr. Stephen Henson
2012-07-03add support for client certificate callbak, fix memory leakDr. Stephen Henson
2012-07-03Separate client and server permitted signature algorithm support: by defaultDr. Stephen Henson
2012-06-25Reorganise supported signature algorithm extension processing.Dr. Stephen Henson