diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-30 00:14:50 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-30 00:14:50 (EDT) |
commit | 4485007008f039648c4259a26484eabcd5b7cc9b (patch) | |
tree | f94a42e816f4a695307faff22e7a3cb4e6d2c728 /tests | |
parent | 276f6b6d9368ac9ae7fb72e82eaa36451c450b3d (diff) |
s_client: Disable SSLv3, TLSv1.0, and TLSv1.1
And update tests/badssl.sh results.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/badssl.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/badssl.sh b/tests/badssl.sh index 706dc97..40d33c2 100755 --- a/tests/badssl.sh +++ b/tests/badssl.sh @@ -101,6 +101,6 @@ do_test 'not' 'invalid-expected-sct' 443 # Protocol -do_test ' ' 'tls-v1-0' 1010 -do_test ' ' 'tls-v1-1' 1011 +do_test 'not' 'tls-v1-0' 1010 +do_test 'not' 'tls-v1-1' 1011 do_test ' ' 'tls-v1-2' 1012 |