You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been testing ECH in go1.24rc1. I noticed that when the client uses and incorrect / outdated echConfigList, the server correctly returns echRetryConfigs in EncryptedExtensions, but the client doesn't use it.
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: