summaryrefslogtreecommitdiffstats
path: root/apps/s_cb.c
AgeCommit message (Expand)Author
2012-12-29make JPAKE work again, fix memory leaksDr. Stephen Henson
2012-12-06Add code to download CRLs based on CRLDP extension.Dr. Stephen Henson
2012-12-06remove print_ssl_cert_checks() from openssl application: it is no longer usedDr. Stephen Henson
2012-12-04don't print verbose policy check messages when -quiet is selected even on errorDr. Stephen Henson
2012-12-02New option to add CRLs for s_client and s_server.Dr. Stephen Henson
2012-11-26Print out point format list for clients too.Dr. 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-21only use a default curve if not already setDr. Stephen Henson
2012-11-18add -naccept <n> option to s_server to automatically exit after <n> connectionsDr. Stephen Henson
2012-11-17fix error messagesDr. Stephen Henson
2012-11-17Delegate command line handling for many common options in s_client/s_serverDr. 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-09-07store and print out message digest peer signed with in TLS 1.2Dr. Stephen Henson
2012-08-16Enable message names for TLS 1.1, 1.2 with -msg.Bodo Möller
2012-07-27Make tls1_check_chain return a set of flags indicating checks passedDr. 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-03add support for client certificate callbak, fix memory leakDr. Stephen Henson
2012-06-29Add certificate callback. If set this is called whenever a certificateDr. Stephen Henson
2012-06-25Reorganise supported signature algorithm extension processing.Dr. Stephen Henson
2012-05-30RFC 5878 support.Ben Laurie
2012-04-23oops, not yet ;-)Dr. Stephen Henson
2012-04-23update NEWSDr. Stephen Henson
2012-04-11Add options to set additional type specific certificate chains toDr. Stephen Henson
2012-04-05Add support for automatic ECDH temporary key parameter selection. WhenDr. Stephen Henson
2012-03-28Initial revision of ECC extension handling.Dr. Stephen Henson
2012-03-09Submitted by: Peter Sylvester <peter.sylvester@edelweb.fr>Dr. Stephen Henson
2012-03-06New ctrls to retrieve supported signature algorithms and curves andDr. Stephen Henson
2012-02-11apps/s_cb.c: recognized latest TLS version.Andy Polyakov
2011-12-31PR: 2658Dr. Stephen Henson
2011-11-13PR: 1794Dr. Stephen Henson
2011-04-29Initial incomplete TLS v1.2 support. New ciphersuites added, new versionDr. Stephen Henson
2010-02-26include TVS 1.1 version stringDr. Stephen Henson
2010-01-06Fix compilation on older Linux. Linux didn't always have sockaddr_storage,Andy Polyakov
2009-11-11add missing parts of reneg port, fix apps patchDr. Stephen Henson
2009-11-11commit missing apps code for reneg fixDr. Stephen Henson
2009-10-15Fix for WIN32 and possibly other platforms which don't define in_port_t.Dr. Stephen Henson
2009-10-15PR: 2069Dr. Stephen Henson
2009-09-04PR: 2028Dr. Stephen Henson
2009-09-02Tidy up and fix verify callbacks to avoid structure dereference, use ofDr. Stephen Henson
2009-07-24Update from 0.9.8-stableDr. Stephen Henson
2008-11-13Aftermath of a clashing size_t fix (now only format changes).Ben Laurie
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe
2008-11-02Fix warnings: printf format mismatches on 64 bit platforms.Dr. Stephen Henson
2008-11-01size_tification.Ben Laurie
2007-09-21Implement the Opaque PRF Input TLS extensionBodo Möller
2007-08-12Fix warning and make no-tlsext work.Dr. Stephen Henson