mirror of
https://github.com/golang/go
synced 2025-05-24 14:55:02 +00:00
This allows servers to rotate their ECH keys without needing to restart the server. Fixes #71920 Change-Id: I55591ab3303d5fde639038541c50edcf1fafc9aa Reviewed-on: https://go-review.googlesource.com/c/go/+/670655 TryBot-Bypass: Roland Shoemaker <roland@golang.org> Reviewed-by: David Chase <drchase@google.com> Auto-Submit: Roland Shoemaker <roland@golang.org> Reviewed-by: Daniel McCarney <daniel@binaryparadox.net>
180 B
180 B
The new [Config.GetEncryptedClientHelloKeys] callback can be used to set the [EncryptedClientHelloKey]s for a server to use when a client sends an Encrypted Client Hello extension.