Skip to content
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

Do not specify TLS curve preferences #2451

Merged
merged 1 commit into from
Dec 17, 2024
Merged

Do not specify TLS curve preferences #2451

merged 1 commit into from
Dec 17, 2024

Conversation

jrick
Copy link
Member

@jrick jrick commented Dec 17, 2024

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.

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.
@jrick jrick merged commit a491052 into decred:master Dec 17, 2024
2 checks passed
@jrick jrick deleted the curves branch December 17, 2024 19:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants