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 specified custom EllipticCurves list in dtls.Config
What did you expect?
Modified list of curves in the supported_groups extension.
What happened?
Flight1 packet is sent as expected, but Flight3 packet contains all curves regardless configuration. Problem does not manifests itself if server Config.InsecureSkipVerifyHello is set to true.
Your environment.
What did you do?
I specified custom EllipticCurves list in dtls.Config
What did you expect?
Modified list of curves in the supported_groups extension.
What happened?
Flight1 packet is sent as expected, but Flight3 packet contains all curves regardless configuration. Problem does not manifests itself if server Config.InsecureSkipVerifyHello is set to true.
Additional information
I think responsible part of code is
dtls/flight3handler.go
Lines 251 to 260 in 744e27a
I'm also willing to try to put together a fix for this if we can discuss it and get some clarity about what to do with it.
The text was updated successfully, but these errors were encountered: