summaryrefslogtreecommitdiff
path: root/test/recipes/70-test_sslrecords.t
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-11-11 16:22:19 +0000
committerMatt Caswell <matt@openssl.org>2016-11-23 15:31:21 +0000
commit9970290e1d984bf8cc1dce7093bca915062cfdd7 (patch)
treea904625ae6a0fa9fdbfc87aa3d02bc1fde32f203 /test/recipes/70-test_sslrecords.t
parent6484776f177b38dd668618a75bee58674ca42578 (diff)
downloadopenssl-new-9970290e1d984bf8cc1dce7093bca915062cfdd7.tar.gz
Fix the tests following the state machine changes for TLSv1.3
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'test/recipes/70-test_sslrecords.t')
-rw-r--r--test/recipes/70-test_sslrecords.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/recipes/70-test_sslrecords.t b/test/recipes/70-test_sslrecords.t
index cafa30ce3c..e6f7a36c05 100644
--- a/test/recipes/70-test_sslrecords.t
+++ b/test/recipes/70-test_sslrecords.t
@@ -128,6 +128,7 @@ ok(TLSProxy::Message->fail(), "Alert before SSLv2 ClientHello test");
#Test 10: Sending an unrecognised record type in TLS1.2 should fail
$proxy->clear();
+$proxy->serverflags("-tls1_2");
$proxy->filter(\&add_unknown_record_type);
$proxy->start();
ok(TLSProxy::Message->fail(), "Unrecognised record type in TLS1.2");