-
Notifications
You must be signed in to change notification settings - Fork 17.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
crypto/tls: encryptedExtensions.echRetryConfigs not returned to client #70915
Labels
Milestone
Comments
cherrymui
added
the
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
label
Dec 23, 2024
rthellend
added a commit
to c2FmZQ/ech
that referenced
this issue
Dec 25, 2024
rthellend
added a commit
to c2FmZQ/ech
that referenced
this issue
Dec 25, 2024
Change https://go.dev/cl/638583 mentions this issue: |
dmitshur
added
NeedsFix
The path to resolution is known, but the work has not been done.
and removed
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
labels
Jan 4, 2025
wyf9661
pushed a commit
to wyf9661/go
that referenced
this issue
Jan 21, 2025
When ECH is rejected, properly take retry configs from the encrypted extensions message. Also fix the bogo shim to properly test for this behavior. We should properly map the full BoringSSL -> Go errors so that we don't run into a similar failure in the future, but this is left for a follow up CL. Fixes golang#70915 Change-Id: Icc1878ff6f87df059e7b83e0a431f50f1fea833c Reviewed-on: https://go-review.googlesource.com/c/go/+/638583 Reviewed-by: Damien Neil <dneil@google.com> Reviewed-by: Filippo Valsorda <filippo@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Go version
go version 1.24rc1
Output of
go env
in your module/workspace:What did you do?
I've been testing ECH in go1.24rc1. I noticed that when the client uses and incorrect / outdated
echConfigList
, the server correctly returnsechRetryConfigs
inEncryptedExtensions
, but the client doesn't use it.https://go.dev/play/p/BTzFrLzaxjV?v=gotip
This code outputs:
With this change:
I get:
What did you see happen?
RetryConfigList is empty:
What did you expect to see?
The text was updated successfully, but these errors were encountered: