mirror of
https://github.com/golang/go
synced 2024-11-15 04:50:31 -07:00
9eeb627f60
This CL adds a (very opinionated) client-side ECH implementation. In particular, if a user configures a ECHConfigList, by setting the Config.EncryptedClientHelloConfigList, but we determine that none of the configs are appropriate, we will not fallback to plaintext SNI, and will instead return an error. It is then up to the user to decide if they wish to fallback to plaintext themselves (by removing the config list). Additionally if Config.EncryptedClientHelloConfigList is provided, we will not offer TLS support lower than 1.3, since negotiating any other version, while offering ECH, is a hard error anyway. Similarly, if a user wishes to fallback to plaintext SNI by using 1.2, they may do so by removing the config list. With regard to PSK GREASE, we match the boringssl behavior, which does not include PSK identities/binders in the outer hello when doing ECH. If the server rejects ECH, we will return a ECHRejectionError error, which, if provided by the server, will contain a ECHConfigList in the RetryConfigList field containing configs that should be used if the user wishes to retry. It is up to the user to replace their existing Config.EncryptedClientHelloConfigList with the retry config list. Fixes #63369 Cq-Include-Trybots: luci.golang.try:gotip-linux-amd64-longtest Change-Id: I9bc373c044064221a647a388ac61624efd6bbdbf Reviewed-on: https://go-review.googlesource.com/c/go/+/578575 Reviewed-by: Ian Lance Taylor <iant@google.com> Reviewed-by: Filippo Valsorda <filippo@golang.org> Reviewed-by: Than McIntosh <thanm@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Auto-Submit: Roland Shoemaker <roland@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> |
||
---|---|---|
.. | ||
42888.txt | ||
44940.txt | ||
46443.txt | ||
50102.txt | ||
53987.txt | ||
57151.txt | ||
59473.txt | ||
60023.txt | ||
60427.txt | ||
61308.txt | ||
61395.txt | ||
61472.txt | ||
61696.txt | ||
61716.txt | ||
61897.txt | ||
61899.txt | ||
61900.txt | ||
62254.txt | ||
62483.txt | ||
62484.txt | ||
62490.txt | ||
63116.txt | ||
63369.txt | ||
63691.txt | ||
65238.txt | ||
65772.txt | ||
66008.txt | ||
66054.txt | ||
66056.txt | ||
66249.txt | ||
66339.txt | ||
66405.txt | ||
66408.txt | ||
66559.txt | ||
66836.txt | ||
67059.txt | ||
67143.txt |