From: Simon Ruderich Date: Tue, 15 Mar 2011 21:01:28 +0000 (+0100) Subject: tests/test-*.sh: Minor comment update. X-Git-Tag: 0.2~12 X-Git-Url: https://ruderich.org/simon/gitweb/?p=tlsproxy%2Ftlsproxy.git;a=commitdiff_plain;h=cb3745997fd431ff7bf303c20ed0e8a62cb8bd80 tests/test-*.sh: Minor comment update. --- diff --git a/tests/tests-normal.sh b/tests/tests-normal.sh index a8169dc..b059fac 100755 --- a/tests/tests-normal.sh +++ b/tests/tests-normal.sh @@ -60,6 +60,7 @@ $srcdir/../src/tlsproxy-add localhost $srcdir/server.pem \ >/dev/null 2>/dev/null echo normal connection +# 'localhost' is the CN of tlsproxy's certificate. client localhost 4712 localhost || abort test_proxy_successful test_no_invalid_certificate diff --git a/tests/tests-passthrough.sh b/tests/tests-passthrough.sh index eb40a02..4c6d63c 100755 --- a/tests/tests-passthrough.sh +++ b/tests/tests-passthrough.sh @@ -60,6 +60,7 @@ $srcdir/../src/tlsproxy-add localhost $srcdir/server.pem \ >/dev/null 2>/dev/null echo normal connection +# 'localhost' is the CN of tlsproxy's certificate. client localhost 4712 localhost || abort test_proxy_successful test_no_invalid_certificate