summaryrefslogtreecommitdiffstats
path: root/ssl/ssltest.c
AgeCommit message (Expand)Author
2015-03-23Fix missing return value checksMatt Caswell
2015-03-20Add DTLS support to ssltestDavid Woodhouse
2015-03-12ssl/s3_clnt.c: fix intermittent failures.Andy Polyakov
2015-03-11Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_ECRich Salz
2015-02-24Don't set no_protocol if -tls1 selected.Dr. Stephen Henson
2015-02-06Fix error handling in ssltestMatt Caswell
2015-02-02Dead code cleanup: #if 0 dropped from testsRich Salz
2015-01-31Make libssl opaque. Move all structures that were previously protected byMatt Caswell
2015-01-29clang on Linux x86_64 complains about unreachable code.Richard Levitte
2015-01-28Remove support for opaque-prfRich Salz
2015-01-27OPENSSL_NO_XXX cleanup: NO_TLS, NO_TLS1Rich Salz
2015-01-27OPENSSL_NO_xxx cleanup: many removalsRich Salz
2015-01-23ifdef cleanup part 3: OPENSSL_SYSNAMERich Salz
2015-01-22More comment realignmentmaster-post-reformatMatt Caswell
2015-01-22Re-align some comments after running the reformat script.Matt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22Move more comments that confuse indentMatt Caswell
2015-01-22indent has problems with comments that are on the right hand side of a line.Matt Caswell
2015-01-22Fix source where indent will not be able to copeMatt Caswell
2015-01-12RT3548: Remove unsupported platformsRich Salz
2015-01-06Further comment amendments to preserve formatting prior to source reformatMatt Caswell
2014-12-30mark all block comments that need format preserving so thatTim Hudson
2014-12-19RT3548: Remove outdated platformsRich Salz
2014-12-04Remove SSLv2 supportKurt Roeckx
2014-11-19New option no-ssl3-method which removes SSLv3_*methodDr. Stephen Henson
2014-11-13Additional output for ssltest.Dr. Stephen Henson
2014-11-13Add SSL_CONF support to ssltest.Dr. Stephen Henson
2014-10-27Fix ssltest logic when some protocols are compiled out.Emilia Kasper
2014-09-09RT3506: typo's in ssltestKurt Cancemi
2014-08-28Fix comments, add new test.Dr. Stephen Henson
2014-08-28Rename some callbacks, fix alignment.Dr. Stephen Henson
2014-08-28Use consistent function naming.Dr. Stephen Henson
2014-08-28New extension callback features.Dr. Stephen Henson
2014-08-28Callback revision.Dr. Stephen Henson
2014-08-15Include error messages on extension check failure.Dr. Stephen Henson
2014-07-04Remove all RFC5878 code.Dr. Stephen Henson
2014-06-11Enable multi-block support by default.Andy Polyakov
2014-03-28Set security level to zero is ssltestDr. Stephen Henson
2014-02-05Don't break out of the custom extension callback loop - continue insteadScott Deboy
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-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-07-22Add tests for ALPN functionality.Adam Langley
2013-06-18Cleanup of custom extension stuff.Trevor
2013-06-12Add support for arbitrary TLS extensions.Trevor
2013-02-11Fix in ssltest is no-ssl2 configuredDr. Stephen Henson