mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-06-24 21:41:29 +00:00
Fix bug in backport from SHA-1 blacklisting
This commit is contained in:
parent
aa859505d2
commit
5e0144f2ef
|
@ -818,8 +818,8 @@ setup_arguments()
|
||||||
|
|
||||||
# Allow SHA-1. It's disabled by default for security reasons but
|
# Allow SHA-1. It's disabled by default for security reasons but
|
||||||
# our tests still use certificates signed with it.
|
# our tests still use certificates signed with it.
|
||||||
M_SERVER_ARGS="$M_SERVER_ARGS allow_sha1=1"
|
P_SERVER_ARGS="$P_SERVER_ARGS allow_sha1=1"
|
||||||
M_CLIENT_ARGS="$M_CLIENT_ARGS allow_sha1=1"
|
P_CLIENT_ARGS="$P_CLIENT_ARGS allow_sha1=1"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"PSK")
|
"PSK")
|
||||||
|
@ -835,8 +835,8 @@ setup_arguments()
|
||||||
|
|
||||||
# Allow SHA-1. It's disabled by default for security reasons but
|
# Allow SHA-1. It's disabled by default for security reasons but
|
||||||
# our tests still use certificates signed with it.
|
# our tests still use certificates signed with it.
|
||||||
M_SERVER_ARGS="$M_SERVER_ARGS allow_sha1=1"
|
P_SERVER_ARGS="$P_SERVER_ARGS allow_sha1=1"
|
||||||
M_CLIENT_ARGS="$M_CLIENT_ARGS allow_sha1=1"
|
P_CLIENT_ARGS="$P_CLIENT_ARGS allow_sha1=1"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue