summaryrefslogtreecommitdiffstats
path: root/apps/s_cb.c
AgeCommit message (Expand)Author
2016-10-20%p takes void*, so make sure to cast arguments to void*Richard Levitte
2016-07-08Disallow multiple protocol flags to s_server and s_clientMatt Caswell
2015-08-26GH371: Print debug info for ALPN extensionAlessandro Ghedini
2015-05-11Fix for memcpy() and strcmp() being undefined.Bjoern D. Rasmussen
2015-04-16Code style: space after 'if'Viktor Dukhovni
2015-03-25Fix RAND_(pseudo_)?_bytes returnsMatt Caswell
2015-03-05Unchecked malloc fixesMatt Caswell
2015-01-22Re-align some comments after running the reformat script.OpenSSL_1_0_2-post-reformatMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22Additional comment changes for reformat of 1.0.2Matt Caswell
2015-01-22Further comment amendments to preserve formatting prior to source reformatMatt Caswell
2014-11-20Print out Suite B status.Dr. Stephen Henson
2014-11-19Fix excert logic.Dr. Stephen Henson
2014-07-04Remove all RFC5878 code.Dr. Stephen Henson
2014-06-01Recognise padding extension.Dr. Stephen Henson
2014-02-23New chain building flags.Dr. Stephen Henson
2014-02-09More cleanup.Ben Laurie
2014-02-08Add callbacks supporting generation and retrieval of supplemental data entrie...Scott Deboy
2014-01-27Add cert callback retry test.Dr. Stephen Henson
2013-11-02Extend SSL_CONFDr. Stephen Henson
2013-08-19Remove commented out debug line.Dr. Stephen Henson
2013-08-19Make no-ec compilation work.Dr. Stephen Henson
2013-08-19Add -brief option to s_client and s_server to summarise connection details.Dr. Stephen Henson
2013-01-18Add code to download CRLs based on CRLDP extension.Dr. Stephen Henson
2013-01-18New option to add CRLs for s_client and s_server.Dr. Stephen Henson
2012-12-30add support for separate verify can chain stores to s_client (backport from H...Dr. Stephen Henson
2012-12-29make JPAKE work again, fix memory leaksDr. Stephen Henson
2012-12-29Delegate command line handling for many common options in s_client/s_server toDr. Stephen Henson
2012-12-26Add support for printing out and retrieving EC point formats extension.Dr. Stephen Henson
2012-12-26new ctrl to retrive value of received temporary key in server key exchange me...Dr. Stephen Henson
2012-12-26store and print out message digest peer signed with in TLS 1.2Dr. Stephen Henson
2012-12-26Make tls1_check_chain return a set of flags indicating checks passedDr. Stephen Henson
2012-12-26Add support for certificate stores in CERT structure. This makes itDr. Stephen Henson
2012-12-26Add new ctrl to retrieve client certificate types, print outDr. Stephen Henson
2012-12-26add support for client certificate callbak, fix memory leakDr. Stephen Henson
2012-12-26Add certificate callback. If set this is called whenever a certificateDr. Stephen Henson
2012-12-26Reorganise supported signature algorithm extension processing.Dr. Stephen Henson
2012-08-16Enable message names for TLS 1.1, 1.2 with -msg.Bodo Möller
2012-05-29RFC 5878 support.Ben Laurie
2012-04-11Add options to set additional type specific certificate chains toDr. Stephen Henson
2012-04-06Add support for automatic ECDH temporary key parameter selection. WhenDr. Stephen Henson
2012-04-06Initial revision of ECC extension handling.Dr. Stephen Henson
2012-04-06New ctrls to retrieve supported signature algorithms and curves andDr. Stephen Henson
2012-03-09Submitted by: Peter Sylvester <peter.sylvester@edelweb.fr>Dr. Stephen Henson
2012-02-11apps/s_cb.c: recognize latest TLS versions [from HEAD].Andy Polyakov
2011-12-31PR: 2658Dr. Stephen Henson
2011-11-13PR: 1794Dr. Stephen Henson
2011-05-11Backport TLS v1.2 support from HEAD.Dr. Stephen Henson
2010-01-06Fix compilation on older Linux [from HEAD].Andy Polyakov
2009-11-11add missing parts of reneg port, fix apps patchDr. Stephen Henson