mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 04:38:41 +00:00
compat.sh: stop using allow_sha1
After the changes of certificates, it's no longer needed. Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
parent
91615cf7ff
commit
300e1b3a6f
1 changed files with 0 additions and 10 deletions
|
@ -994,11 +994,6 @@ setup_arguments()
|
||||||
else
|
else
|
||||||
M_CLIENT_ARGS="$M_CLIENT_ARGS crt_file=none key_file=none"
|
M_CLIENT_ARGS="$M_CLIENT_ARGS crt_file=none key_file=none"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Allow SHA-1. It's disabled by default for security reasons but
|
|
||||||
# our tests still use certificates signed with it.
|
|
||||||
M_SERVER_ARGS="$M_SERVER_ARGS allow_sha1=1"
|
|
||||||
M_CLIENT_ARGS="$M_CLIENT_ARGS allow_sha1=1"
|
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"PSK")
|
"PSK")
|
||||||
|
@ -1011,11 +1006,6 @@ setup_arguments()
|
||||||
M_CLIENT_ARGS="$M_CLIENT_ARGS psk=6162636465666768696a6b6c6d6e6f70 crt_file=none key_file=none"
|
M_CLIENT_ARGS="$M_CLIENT_ARGS psk=6162636465666768696a6b6c6d6e6f70 crt_file=none key_file=none"
|
||||||
O_CLIENT_ARGS="$O_CLIENT_ARGS -psk 6162636465666768696a6b6c6d6e6f70"
|
O_CLIENT_ARGS="$O_CLIENT_ARGS -psk 6162636465666768696a6b6c6d6e6f70"
|
||||||
G_CLIENT_ARGS="$G_CLIENT_ARGS --pskusername Client_identity --pskkey=6162636465666768696a6b6c6d6e6f70"
|
G_CLIENT_ARGS="$G_CLIENT_ARGS --pskusername Client_identity --pskkey=6162636465666768696a6b6c6d6e6f70"
|
||||||
|
|
||||||
# Allow SHA-1. It's disabled by default for security reasons but
|
|
||||||
# our tests still use certificates signed with it.
|
|
||||||
M_SERVER_ARGS="$M_SERVER_ARGS allow_sha1=1"
|
|
||||||
M_CLIENT_ARGS="$M_CLIENT_ARGS allow_sha1=1"
|
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue