crypto/tls: update ECH specification reference

draft-ietf-tls-esni has become RFC 9849, and the ECHConfigList structure
is unchanged.

Change-Id: Iccf05dc60206716e7d8062145955378f3df6b8e6
Reviewed-on: https://go-review.googlesource.com/c/go/+/790302
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Daniel McCarney <daniel@binaryparadox.net>
LUCI-TryBot-Result: golang-scoped@luci-project-accounts.iam.gserviceaccount.com <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Roland Shoemaker <roland@golang.org>
This commit is contained in:
yuhan6665
2026-09-10 23:06:20 -04:00
parent addbbfc438
commit ed9b3f2b50
+1 -1
View File
@@ -119,7 +119,7 @@ func parseECHConfig(enc []byte) (skip bool, ec EchConfig, err error) {
return false, ec, nil
}
// parseECHConfigList parses a draft-ietf-tls-esni-18 ECHConfigList, returning a
// parseECHConfigList parses a RFC 9849 ECHConfigList, returning a
// slice of parsed ECHConfigs, in the same order they were parsed, or an error
// if the list is malformed.
func parseECHConfigList(data []byte) ([]EchConfig, error) {