From d9bfe4f97cd4244beb0598cc348d68b04dac7068 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sat, 9 Apr 2005 16:07:12 +0000 Subject: Added restrictions on the use of proxy certificates, as they may pose a security threat on unexpecting applications. Document and test. --- test/testsslproxy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/testsslproxy b/test/testsslproxy index 70cf12342d..58bbda8ab7 100644 --- a/test/testsslproxy +++ b/test/testsslproxy @@ -4,7 +4,7 @@ echo 'Testing a lot of proxy conditions.' echo 'Some of them may turn out being invalid, which is fine.' for auth in A B C BC; do for cond in A B C 'A|B&!C'; do - sh ./testssl $1 $2 $3 "-proxy_auth $auth -proxy_cond $cond" + sh ./testssl $1 $2 $3 "-proxy -proxy_auth $auth -proxy_cond $cond" if [ $? = 3 ]; then exit 1; fi done done -- cgit v1.2.3