commit | c5a569927fb7bcfa34dde76dbc021d4f8a5c8fb1 | [log] [tgz] |
---|---|---|
author | Andy Polyakov <appro@openssl.org> | Mon Oct 31 21:50:26 2016 +0100 |
committer | Matt Caswell <matt@openssl.org> | Thu Nov 10 13:04:11 2016 +0000 |
tree | 03923cf0401bbc435f55f906b4c87d3dc2ac6cb2 | |
parent | a378a46985698bf2576b2990e7faf21f62dd176a [diff] [blame] |
test: add TLS application data corruption test. Reviewed-by: Emilia Käsper <emilia@openssl.org>
diff --git a/test/ssltestlib.c b/test/ssltestlib.c index 655fc05..4e20763 100644 --- a/test/ssltestlib.c +++ b/test/ssltestlib.c
@@ -550,6 +550,10 @@ goto err; } +#ifndef OPENSSL_NO_DH + SSL_CTX_set_dh_auto(serverctx, 1); +#endif + *sctx = serverctx; *cctx = clientctx;