mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-03-14 22:48:35 +03:00
adding TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA to safe cipher suite
This commit is contained in:
parent
4fc045de11
commit
fe0c53ec43
1 changed files with 0 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue