diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-07-20 21:52:03 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-07-20 21:52:03 (EDT) |
commit | b00b3531f37278f62a77f919976eae12c146870c (patch) | |
tree | 34003f0e997d1e561703b32dabb3ae16bc767f37 /tests | |
parent | 921d6a864271aa34cff7fc8ba74265f216dceb1a (diff) |
tests/badssl.sh: Drop sha1-intermediate
This subdomain is defunct with an expired certificate:
https://github.com/chromium/badssl.com/pull/445
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/badssl.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/badssl.sh b/tests/badssl.sh index 3dfcb1b..90e1795 100755 --- a/tests/badssl.sh +++ b/tests/badssl.sh @@ -50,7 +50,7 @@ do_test() result_ "${result}" -D "${directive}" -- "${ok} ${host}" } -plan_ 39 +plan_ 38 # Certificate @@ -68,7 +68,6 @@ diag_ 'no-subject fails since 2020-06-23 due to an expired certificate:' diag_ 'https://github.com/chromium/badssl.com/issues/447' do_test '' 'not' 'incomplete-chain' 443 -do_test 'TODO' 'not' 'sha1-intermediate' 443 do_test '' ' ' 'sha256' 443 do_test '' ' ' 'sha384' 443 do_test '' ' ' 'sha512' 443 |