adding TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA to safe cipher suite

This commit is contained in:
Rahul Somasundaram 2022-09-20 21:16:52 +05:30
parent 4fc045de11
commit fe0c53ec43
No known key found for this signature in database
GPG Key ID: AA8F0B27E83147BD
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@ 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.