summaryrefslogtreecommitdiffstats
path: root/test/recipes
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2018-07-18 16:19:05 +0100
committerMatt Caswell <matt@openssl.org>2018-08-15 12:33:30 +0100
commit86ed2e1cb04158371385047e0e7832c34273022c (patch)
tree99634bf7afd45b4d0c9c8191be1be068ee6a3a27 /test/recipes
parent9f22c527232d8babfa4827dff34a6707e8880dd9 (diff)
Fix a bug in test_sslversions
The TLSv1.4 tolerance test wasn't testing what we thought it was. Reviewed-by: Ben Kaduk <kaduk@mit.edu> Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/6741)
Diffstat (limited to 'test/recipes')
-rw-r--r--test/recipes/70-test_sslversions.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/recipes/70-test_sslversions.t b/test/recipes/70-test_sslversions.t
index b0342740d3..c2d76239dd 100644
--- a/test/recipes/70-test_sslversions.t
+++ b/test/recipes/70-test_sslversions.t
@@ -159,6 +159,7 @@ sub modify_supported_versions_filter
} elsif ($testtype == WITH_TLS1_4) {
$ext = pack "C5",
0x04, # Length
+ 0x03, 0x05, #TLSv1.4
0x03, 0x04; #TLSv1.3
}
if ($testtype == REVERSE_ORDER_VERSIONS