mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-03 13:15:42 +01:00
Allow SHA-1 in test scripts
This commit is contained in:
parent
bc70a1836b
commit
62469d95e2
2 changed files with 14 additions and 0 deletions
|
|
@ -628,6 +628,10 @@ O_CLI="$O_CLI -connect localhost:+SRV_PORT"
|
|||
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.$$"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue