mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-06 19:21:05 +00:00
compat.sh: Skip all *ECDH_* ciphersuites
Signed-off-by: Pengyu Lv <pengyu.lv@arm.com>
This commit is contained in:
parent
5e780df3e3
commit
a64c277588
@ -537,9 +537,10 @@ add_mbedtls_ciphersuites()
|
|||||||
# o_check_ciphersuite STANDARD_CIPHER_SUITE
|
# o_check_ciphersuite STANDARD_CIPHER_SUITE
|
||||||
o_check_ciphersuite()
|
o_check_ciphersuite()
|
||||||
{
|
{
|
||||||
if [ "${1#*ECDH_ECDSA*}" != "$1" ] && \
|
if [ "${O_SUPPORT_ECDH}" = "NO" ]; then
|
||||||
[ "X${O_SUPPORT_ECDH}" = "XNO" ]; then
|
case "$1" in
|
||||||
SKIP_NEXT="YES"
|
*ECDH_*) SKIP_NEXT="YES"
|
||||||
|
esac
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user