Revision c34091d47e205e08e2eb8c6c936f167fba726751 authored by Dr. Stephen Henson on 01 August 2014, 19:44:37 UTC, committed by Dr. Stephen Henson on 01 August 2014, 20:23:49 UTC
Reviewed-by: Tim Hudson <tjh@openssl.org>
1 parent a9f4ebd
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 ...