From cb3745997fd431ff7bf303c20ed0e8a62cb8bd80 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Tue, 15 Mar 2011 22:01:28 +0100 Subject: [PATCH] tests/test-*.sh: Minor comment update. --- tests/tests-normal.sh | 1 + tests/tests-passthrough.sh | 1 + 2 files changed, 2 insertions(+) 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 -- 2.43.2