diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-30 01:42:23 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-30 01:42:23 (EDT) |
commit | 20544b033c8ece5814318d23272b31ba8b2bd9fc (patch) | |
tree | 81ebdaa4085ac946b14fa225a2c6a6a3cc5559ac | |
parent | 4a03bf66cf19f3a9e918531e16ce8fc04e33e32d (diff) |
tests/badssl.sh: Drop Certificate Transparency test
CT seems to be unsupported in wolfSSL, but the certificate for
invalid-expected-sct.badssl.com is expired, so this is likely a false
pass.
-rwxr-xr-x | tests/badssl.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/badssl.sh b/tests/badssl.sh index 4764537..dd4db14 100755 --- a/tests/badssl.sh +++ b/tests/badssl.sh @@ -48,7 +48,7 @@ do_test() result_ "${result}" -D "${directive}" -- "${ok} ${host}" } -plan_ 40 +plan_ 39 # Certificate @@ -107,8 +107,6 @@ do_test '' 'not' 'dh-compsite' 443 do_test '' 'not' 'static-rsa' 443 -do_test '' 'not' 'invalid-expected-sct' 443 - # Protocol do_test '' 'not' 'tls-v1-0' 1010 |