Revision 3073927e42ca4fea8674fca44b7a85d8999e7bb7 authored by Andy Polyakov on 15 July 2012, 13:36:25 UTC, committed by Andy Polyakov on 01 February 2014, 21:21:57 UTC
(cherry picked from commit 46a2b3387a3feb044527a58a89555029c809190d)
1 parent b6c2029
testsslproxy
#! /bin/sh
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 -proxy_auth $auth -proxy_cond $cond"
if [ $? = 3 ]; then exit 1; fi
done
done

Computing file changes ...