commit | 35db5bae2c0960c68416351b7756539b5a3bef6e | [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 19:08:23 2017 +0200 |
tree | 21e4b42e140fa8645151cb9de55db96c02908877 | |
parent | ae765996868c3232206a16154a88a6509fca195c [diff] [blame] |
Allow SHA-1 in test scripts
diff --git a/tests/ssl-opt.sh b/tests/ssl-opt.sh index ca0a1f1..f498732 100755 --- a/tests/ssl-opt.sh +++ b/tests/ssl-opt.sh
@@ -561,6 +561,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.$$"