summaryrefslogtreecommitdiffstats
path: root/apps/s_server.c
AgeCommit message (Expand)Author
2014-05-08s_client/s_server: support unix domain socketsGeoff Thorpe
2014-05-04apps/s_server: document '-naccept' cmd-line argumentGeoff Thorpe
2014-03-28Security callback debug print out.Dr. Stephen Henson
2014-03-28Auto DH support.Dr. Stephen Henson
2014-03-27Add -no_resumption_on_reneg to SSL_CONF.Dr. Stephen Henson
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
2014-01-26Add cert callback retry test.Dr. Stephen Henson
2013-11-14Fix compilation with no-nextprotoneg.Piotr Sikora
2013-09-25Show useful errors.Ben Laurie
2013-09-11Initialize next_proto in s_server - resolves incorrect attempts to freeScott Deboy
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-08-17Make no-ec compilation work.Dr. Stephen Henson
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-26missing tabDr. Stephen Henson
2012-12-12add -crl_download option to s_serverDr. 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-02New option to add CRLs for s_client and s_server.Dr. Stephen Henson
2012-11-26set cmdline flag in s_serverDr. Stephen Henson
2012-11-23Don't display messages about verify depth in s_server if -quiet it set.Dr. Stephen Henson
2012-11-22Add support for printing out and retrieving EC point formats extension.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-19with -rev close connection if client sends "CLOSE"Dr. Stephen Henson
2012-11-19update usage messagesDr. Stephen Henson
2012-11-19remove obsolete codeDr. Stephen Henson
2012-11-18add -naccept <n> option to s_server to automatically exit after <n> connectionsDr. 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-11oops, fix compilation errors in s_serverDr. Stephen Henson
2012-10-08New functions to check a hostname email or IP address against aDr. Stephen Henson
2012-09-14Add -rev test option to s_server to just reverse order of characters receivedDr. Stephen Henson
2012-09-12Add -brief option to s_client and s_server to summarise connection details.Dr. Stephen Henson
2012-09-11fix memory leakDr. Stephen Henson
2012-09-09fix memory leakDr. Stephen Henson
2012-08-29Add compilation flag to disable certain protocol checks and allow use ofDr. Stephen Henson
2012-08-15Add three Suite B modes to TLS code, supporting RFC6460.Dr. Stephen Henson
2012-07-23Add support for certificate stores in CERT structure. This makes itDr. Stephen Henson