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
[release-v2.0] Do not specify TLS curve preferences
TLS 1.2 is already the required minimum TLS version, which does not support
any insecure curves.
Additionally, setting the curve preferences disables the X25519MLKEM768 key
exchange, which would otherwise be used by default beginning in Go 2.24.
Backport of a491052.
0 commit comments