Revert "adding TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA to safe cipher suite"

This reverts commit fe0c53ec43.
This commit is contained in:
Rahul Somasundaram 2022-09-22 07:53:39 +05:30
parent fe0c53ec43
commit 91bbb744dc
No known key found for this signature in database
GPG Key ID: AA8F0B27E83147BD
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ func SaferCipherSuites() (safe []uint16) {
tls.TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA,
tls.TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA,
tls.TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,
tls.TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA,
tls.TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,
tls.TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256:
// Less safe 3DES and CBC suites, go on.