From 921d6a864271aa34cff7fc8ba74265f216dceb1a Mon Sep 17 00:00:00 2001
From: Patrick McDermott <patrick.mcdermott@libiquity.com>
Date: Mon, 20 Jul 2020 21:50:45 -0400
Subject: tests/badssl.sh: badssl.com certs are expiring

---
(limited to 'tests')

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
--
cgit v0.9.1