aboutsummaryrefslogtreecommitdiff
path: root/apps/s_client.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-04Remove all RFC5878 code.Dr. Stephen Henson1-121/+0
2014-07-01Make NO_SYS_UN_H compile.Dr. Stephen Henson1-1/+4
2014-06-19Document -trusted_first option in man pages and help.Hubert Kario1-0/+1
2014-05-08s_client/s_server: support unix domain socketsGeoff Thorpe1-2/+15
2014-03-28Security callback debug print out.Dr. Stephen Henson1-0/+8
2014-02-20Move CT viewer extension code to crypto/x509v3Dr. Stephen Henson1-3/+0
2014-02-19Move the SCT List extension parser into libssl.Rob Stradling1-0/+3
2014-02-05Fix whitespace, new-style comments.Ben Laurie1-20/+20
2014-02-05Re-add alert variables removed during rebaseScott Deboy1-20/+20
2014-02-05Update custom TLS extension and supplemental data 'generate' callbacks to sup...Scott Deboy1-4/+4
2013-11-14Fix compilation with no-nextprotoneg.Piotr Sikora1-4/+4
2013-09-25Produce PEM we would consume.Ben Laurie1-1/+2
2013-09-06Const fix.Ben Laurie1-1/+1
2013-09-06Free generated supp data after handshake completion, add comment regarding us...Scott Deboy1-6/+18
2013-09-06More cleanup.Ben Laurie1-11/+6
2013-09-06Make it build.Ben Laurie1-2/+2
2013-09-06Add callbacks supporting generation and retrieval of supplemental data entrie...Scott Deboy1-26/+109
2013-09-05misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos1-1/+1
2013-09-05Clean up layout.Ben Laurie1-1/+2
2013-09-05Add an "-xmpphost" option to s_clientCarlos Alberto Lopez Perez1-1/+8
2013-09-05Fix infinite loop on s_client starttls xmppCarlos Alberto Lopez Perez1-2/+4
2013-09-05Fix XMPP code detection on s_client starttls xmppCarlos Alberto Lopez Perez1-1/+2
2013-07-22Add tests for ALPN functionality.Adam Langley1-0/+1
2013-07-22Support ALPN.Adam Langley1-2/+38
2013-06-12Add support for arbitrary TLS extensions.Trevor1-0/+62
2013-04-09Dual DTLS version methods.Dr. Stephen Henson1-0/+5
2013-03-26Provisional DTLS 1.2 support.Dr. Stephen Henson1-1/+6
2012-12-29make JPAKE work again, fix memory leaksDr. Stephen Henson1-9/+9
2012-12-12add -cert_chain option to s_clientDr. Stephen Henson1-2/+18
2012-12-06Add code to download CRLs based on CRLDP extension.Dr. Stephen Henson1-2/+6
2012-12-05Integrate host, email and IP address checks into X509_verify.Dr. Stephen Henson1-23/+0
2012-12-03oops, really check brief mode only ;-)Dr. Stephen Henson1-1/+1
2012-12-03don't check errno is zero, just print out messageDr. Stephen Henson1-1/+1
2012-12-03if no error code and -brief selected print out connection closed instead of r...Dr. Stephen Henson1-1/+4
2012-12-02New option to add CRLs for s_client and s_server.Dr. Stephen Henson1-1/+39
2012-11-23Don't display messages about verify depth in s_server if -quiet it set.Dr. Stephen Henson1-0/+29
2012-11-21support -quiet with -msg or -traceDr. Stephen Henson1-1/+3
2012-11-21only use a default curve if not already setDr. Stephen Henson1-1/+1
2012-11-20fix leaksDr. Stephen Henson1-0/+2
2012-11-19update usage messagesDr. Stephen Henson1-0/+3
2012-11-17Delegate command line handling for many common options in s_client/s_serverDr. Stephen Henson1-89/+25
2012-11-05contifyDr. Stephen Henson1-4/+4
2012-10-08New functions to check a hostname email or IP address against aDr. Stephen Henson1-0/+20
2012-09-12Add -brief option to s_client and s_server to summarise connection details.Dr. Stephen Henson1-1/+18
2012-09-08new ctrl to retrive value of received temporary key in server key exchange me...Dr. Stephen Henson1-0/+1
2012-08-29Add compilation flag to disable certain protocol checks and allow use ofDr. Stephen Henson1-0/+4
2012-07-23Add support for certificate stores in CERT structure. This makes itDr. Stephen Henson1-2/+6
2012-07-08Add new ctrl to retrieve client certificate types, print outDr. Stephen Henson1-1/+1
2012-07-03Fix memory leak.Dr. Stephen Henson1-0/+4
2012-07-03cert_flags is unsignedDr. Stephen Henson1-1/+1