mirror of
https://github.com/refraction-networking/utls.git
synced 2025-04-03 20:17:36 +03:00
crypto/tls: remove unused nonAESGCMAEADCiphers variable
It was no longer used since CL 314609 Change-Id: Id103b7490a6088a589d76442d3740f8a1453c25d GitHub-Last-Rev: 20a7fe0778fbfcfd789a194456e87dd4a60b655e GitHub-Pull-Request: golang/go#56608 Reviewed-on: https://go-review.googlesource.com/c/go/+/448277 Reviewed-by: Roland Shoemaker <roland@golang.org> Reviewed-by: Cherry Mui <cherryyz@google.com> Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
This commit is contained in:
parent
e1a56dc039
commit
a7a5e52760
1 changed files with 0 additions and 8 deletions
|
@ -377,14 +377,6 @@ var aesgcmCiphers = map[uint16]bool{
|
|||
TLS_AES_256_GCM_SHA384: true,
|
||||
}
|
||||
|
||||
var nonAESGCMAEADCiphers = map[uint16]bool{
|
||||
// TLS 1.2
|
||||
TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305: true,
|
||||
TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305: true,
|
||||
// TLS 1.3
|
||||
TLS_CHACHA20_POLY1305_SHA256: true,
|
||||
}
|
||||
|
||||
// aesgcmPreferred returns whether the first known cipher in the preference list
|
||||
// is an AES-GCM cipher, implying the peer has hardware support for it.
|
||||
func aesgcmPreferred(ciphers []uint16) bool {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue