diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-07-20 21:50:45 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-07-20 21:50:45 (EDT) |
commit | 921d6a864271aa34cff7fc8ba74265f216dceb1a (patch) | |
tree | 58b5be38872cd6d71d1727054d16ab062e1cea1f | |
parent | 54397f0cb9ca32207bf0860a63c4b9ec58b99acd (diff) |
tests/badssl.sh: badssl.com certs are expiring
-rwxr-xr-x | tests/badssl.sh | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/tests/badssl.sh b/tests/badssl.sh index d014e7e..3dfcb1b 100755 --- a/tests/badssl.sh +++ b/tests/badssl.sh @@ -60,8 +60,12 @@ do_test '' 'not' 'self-signed' 443 do_test '' 'not' 'untrusted-root' 443 do_test '' 'not' 'revoked' 443 -do_test '' ' ' 'no-common-name' 443 -do_test '' ' ' 'no-subject' 443 +do_test 'TODO' ' ' 'no-common-name' 443 +diag_ 'no-common-name fails since 2020-06-23 due to an expired certificate:' +diag_ 'https://github.com/chromium/badssl.com/issues/447' +do_test 'TODO' ' ' 'no-subject' 443 +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 |