Skip to content

Commit

Permalink
Add chacha20 - test
Browse files Browse the repository at this point in the history
  • Loading branch information
jayesh-srivastava committed Feb 13, 2024
1 parent 1507eb4 commit ca7b0d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ func GetDefaultTLSCipherSuits() []uint16 {
tls.TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,
tls.TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,
tls.TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,
tls.TLS_CHACHA20_POLY1305_SHA256,
}
}

Expand Down

0 comments on commit ca7b0d9

Please sign in to comment.