Skip to content

Commit

Permalink
Revert "adding TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA to safe cipher suite"
Browse files Browse the repository at this point in the history
This reverts commit fe0c53e.
  • Loading branch information
ssrahul96 committed Sep 22, 2022
1 parent fe0c53e commit 91bbb74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/aghtls/aghtls.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 91bbb74

Please sign in to comment.