summaryrefslogtreecommitdiffstats
path: root/tests/badssl.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/badssl.sh')
-rwxr-xr-xtests/badssl.sh8
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