We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7beb39f commit 504272cCopy full SHA for 504272c
tlsconfig/config.go
@@ -46,8 +46,6 @@ var acceptedCBCCiphers = []uint16{
46
tls.TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA,
47
tls.TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA,
48
tls.TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,
49
- tls.TLS_RSA_WITH_AES_256_CBC_SHA,
50
- tls.TLS_RSA_WITH_AES_128_CBC_SHA,
51
}
52
53
// DefaultServerAcceptedCiphers should be uses by code which already has a crypto/tls
0 commit comments