Revision b23da2919b332fd83fa6de87caacb0651f64a3f5 authored by Ben Laurie on 28 January 2013, 17:34:33 UTC, committed by Dr. Stephen Henson on 05 February 2013, 16:46:17 UTC
This change updates the DTLS code to match the constant-time CBC behaviour in the TLS. (cherry picked from commit 9f27de170d1b7bef3d46d41382dc4dafde8b3900)
1 parent 610dfc3
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 ...