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)
This commit is contained in:
parent
9f22c52723
commit
86ed2e1cb0
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue