From: Matt Caswell Date: Wed, 18 Jul 2018 15:19:05 +0000 (+0100) Subject: Fix a bug in test_sslversions X-Git-Tag: OpenSSL_1_1_1-pre9~17 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=86ed2e1cb04158371385047e0e7832c34273022c;p=oweals%2Fopenssl.git Fix a bug in test_sslversions The TLSv1.4 tolerance test wasn't testing what we thought it was. Reviewed-by: Ben Kaduk Reviewed-by: Tim Hudson (Merged from https://github.com/openssl/openssl/pull/6741) --- 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