]> Cypherpunks repositories - gostls13.git/commit
crypto/tls: use standard chacha20-poly1305 cipher suite names
authorqmuntal <quimmuntal@gmail.com>
Mon, 21 Jul 2025 07:34:13 +0000 (09:34 +0200)
committerQuim Muntal <quimmuntal@gmail.com>
Wed, 30 Jul 2025 15:48:20 +0000 (08:48 -0700)
commit2174a7936c9e6109e2786369072f5b9dc5d631f5
treec5e140defbb23ff97318bf76bfca31c8ba9af5fe
parent8330fb48a645a29a79dd5c58ad3d9c54d7e6537c
crypto/tls: use standard chacha20-poly1305 cipher suite names

The different chacha20-poly1305 cipher suites were renamed to
include the _SHA256 suffix, which is the canonical naming convention.

The occurrences of the old names were still not updated, which can lead
to confusion when searching for the canonical names in the codebase.

Change-Id: I4f90e9cbedc3552c3481c8b0c616b6f915ddd345
Reviewed-on: https://go-review.googlesource.com/c/go/+/689135
Reviewed-by: Roland Shoemaker <roland@golang.org>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/crypto/tls/cipher_suites.go
src/crypto/tls/handshake_client_test.go
src/crypto/tls/handshake_server_test.go