Revision 3a9328e3f7adfb0e5ccfb5375c98f4ef304f8554 authored by Kurt Roeckx on 22 November 2015, 23:07:28 UTC, committed by Kurt Roeckx on 24 November 2015, 20:54:38 UTC
Backport of 0e04674e964b905e67e3d215bcf888932c92765f Reviewed-by: Steve Henson <steve@openssl.org> RT #4047, #4110, MR #1356
1 parent 943c4ca
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 ...