-
Notifications
You must be signed in to change notification settings - Fork 18k
crypto/tls: encryptedExtensions.echRetryConfigs not returned to client #70915
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
Labels
Milestone
Comments
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: |
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: