From d87530f0ee5d3f7449a67239d6187340570dd2d3 Mon Sep 17 00:00:00 2001
From: Patrick McDermott <patrick.mcdermott@libiquity.com>
Date: Tue, 30 Jul 2019 02:41:51 -0400
Subject: s_client: Verify host

wolfSSL doesn't do this automatically?!
---
(limited to 'tests')

diff --git a/tests/badssl.sh b/tests/badssl.sh
index dd4db14..6b9a332 100755
--- a/tests/badssl.sh
+++ b/tests/badssl.sh
@@ -53,7 +53,7 @@ plan_ 39
 # Certificate
 
 do_test  ''      'not'  'expired'                443
-do_test  'TODO'  'not'  'wrong.host'             443
+do_test  ''      'not'  'wrong.host'             443
 do_test  ''      'not'  'self-signed'            443
 do_test  ''      'not'  'untrusted-root'         443
 do_test  ''      'not'  'revoked'                443
--
cgit v0.9.1