mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-24 08:16:33 +01:00
SHA-2 ciphersuites now require TLS 1.x
This commit is contained in:
parent
e73b26391d
commit
8d4ad07706
5 changed files with 28 additions and 33 deletions
|
|
@ -586,12 +586,6 @@ add_polarssl_ciphersuites()
|
|||
;;
|
||||
|
||||
"RSA")
|
||||
if [ "$MODE" == "ssl3" ];
|
||||
then
|
||||
P_CIPHERS="$P_CIPHERS \
|
||||
TLS-RSA-WITH-NULL-SHA256 \
|
||||
"
|
||||
fi
|
||||
if [ "$MODE" = "tls1_2" ];
|
||||
then
|
||||
P_CIPHERS="$P_CIPHERS \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue