summaryrefslogtreecommitdiffstats
path: root/test/recipes/70-test_sslmessages.t
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2017-04-26 11:28:20 +0100
committerMatt Caswell <matt@openssl.org>2017-05-04 11:49:19 +0100
commitae4765396f19f5aa8aeb6565707e8e5ada4f3e6d (patch)
treed61902144339171ef7476c7e23ac9f1de7dbe37c /test/recipes/70-test_sslmessages.t
parent5d62fd7cb2d7e1abc8c9a09cbc05744a7d346775 (diff)
Add a ciphersuite config sanity check for servers
Ensure that there are ciphersuites enabled for the maximum supported version we will accept in a ClientHello. Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3334)
Diffstat (limited to 'test/recipes/70-test_sslmessages.t')
-rw-r--r--test/recipes/70-test_sslmessages.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/recipes/70-test_sslmessages.t b/test/recipes/70-test_sslmessages.t
index 790b3aeda2..a6278dc630 100644
--- a/test/recipes/70-test_sslmessages.t
+++ b/test/recipes/70-test_sslmessages.t
@@ -396,6 +396,7 @@ SKIP: {
skip "No EC support in this OpenSSL build", 1 if disabled("ec");
$proxy->clear();
$proxy->clientflags("-no_tls1_3");
+ $proxy->serverflags("-no_tls1_3");
$proxy->ciphers("ECDHE-RSA-AES128-SHA");
$proxy->start();
checkhandshake($proxy, checkhandshake::EC_HANDSHAKE,