SHA-2 ciphersuites now require TLS 1.x

This commit is contained in:
Manuel Pégourié-Gonnard 2014-07-13 14:43:28 +02:00
parent e73b26391d
commit 8d4ad07706
5 changed files with 28 additions and 33 deletions

View file

@ -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 \