0
1
mirror of https://github.com/golang/go synced 2025-05-24 14:55:02 +00:00
Files
go/doc/next/6-stdlib/99-minor/crypto/tls/71920.md
Roland Shoemaker c5a1fc1f97 crypto/tls: add GetEncryptedClientHelloKeys
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>
2025-05-21 12:15:37 -07:00

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.