Revision b537ea9ce43d1a920b60ec30f2b5cdb9bbb05e29 authored by Erik Auerswald on 27 August 2014, 02:50:34 UTC, committed by Rich Salz on 08 September 2014, 15:23:10 UTC
Reviewed-by: Tim Hudson <tjh@openssl.org> (cherry picked from commit af4c6e348e4bad6303e7d214cdcf2536487aabe4)
1 parent 13ce52b
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 ...