Skip to content

Commit b7274b1

Browse files
author
Vincent Demeester
authored
Merge pull request #49 from n4ss/delete-rsa-server-ciphers
Remove TLS_RSA ciphers from the default accepted cipher suite
2 parents 7beb39f + 504272c commit b7274b1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tlsconfig/config.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ var acceptedCBCCiphers = []uint16{
4646
tls.TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA,
4747
tls.TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA,
4848
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,
5149
}
5250

5351
// DefaultServerAcceptedCiphers should be uses by code which already has a crypto/tls

0 commit comments

Comments
 (0)