summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-07-30 02:41:51 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-07-30 02:46:02 (EDT)
commitd87530f0ee5d3f7449a67239d6187340570dd2d3 (patch)
tree49a201602d13103936005fca6712267ee518789c /tests
parent20544b033c8ece5814318d23272b31ba8b2bd9fc (diff)
s_client: Verify host
wolfSSL doesn't do this automatically?!
Diffstat (limited to 'tests')
-rwxr-xr-xtests/badssl.sh2
1 files changed, 1 insertions, 1 deletions
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