Skip to content

Commit

Permalink
Merge pull request xcat2#66 from xcat2/64
Browse files Browse the repository at this point in the history
Removed DES based ciphers from CIPHER_SUITES
  • Loading branch information
besawn authored Oct 27, 2020
2 parents 003c601 + ad664b8 commit 8cf3e82
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions common/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,13 @@ var (
CIPHER_SUITES = []uint16{
tls.TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,
tls.TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,
tls.TLS_RSA_WITH_3DES_EDE_CBC_SHA,
tls.TLS_RSA_WITH_AES_128_CBC_SHA,
tls.TLS_RSA_WITH_AES_256_CBC_SHA,
tls.TLS_RSA_WITH_AES_128_CBC_SHA256,
tls.TLS_RSA_WITH_AES_128_GCM_SHA256,
tls.TLS_RSA_WITH_AES_256_GCM_SHA384,
tls.TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA,
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,
Expand Down

0 comments on commit 8cf3e82

Please sign in to comment.