commit | 62469d95e265985bd255b5e49a219206395f32fc | [log] [tgz] |
---|---|---|
author | Gilles Peskine <Gilles.Peskine@arm.com> | Wed May 10 10:13:59 2017 +0200 |
committer | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Tue Jun 06 18:44:14 2017 +0200 |
tree | 795344dd803d15040ad9d4a27c087f29b74f4399 | |
parent | bc70a1836ba1e9f51ca5f4dec33a221bbc6548a4 [diff] [blame] |
Allow SHA-1 in test scripts
diff --git a/tests/ssl-opt.sh b/tests/ssl-opt.sh index c6bf0a1..f9fbfa2 100755 --- a/tests/ssl-opt.sh +++ b/tests/ssl-opt.sh
@@ -628,6 +628,10 @@ G_SRV="$G_SRV -p $SRV_PORT" G_CLI="$G_CLI -p +SRV_PORT localhost" +# Allow SHA-1, because many of our test certificates use it +P_SRV="$P_SRV allow_sha1=1" +P_CLI="$P_CLI allow_sha1=1" + # Also pick a unique name for intermediate files SRV_OUT="srv_out.$$" CLI_OUT="cli_out.$$"