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

crypto/tls: add DH Parameters support #38788

Closed
okudayukiko opened this issue May 1, 2020 · 2 comments
Closed

crypto/tls: add DH Parameters support #38788

okudayukiko opened this issue May 1, 2020 · 2 comments

Comments

@okudayukiko
Copy link

okudayukiko commented May 1, 2020

What did you expect to see?

Add DH Paramters support, like nginx ssl_dhparam
https://nginx.org/en/docs/http/ngx_http_ssl_module.html
openssl dhparam 3072

@okudayukiko okudayukiko changed the title tls: Add DH PARAMTERS support. tls: Add DH Paramters support. May 1, 2020
@okudayukiko okudayukiko changed the title tls: Add DH Paramters support. tls: Add DH Paramters support May 1, 2020
@ianlancetaylor ianlancetaylor changed the title tls: Add DH Paramters support crypto/tls: add DH Parameters support May 1, 2020
@ianlancetaylor
Copy link
Contributor

CC @FiloSottile

@FiloSottile
Copy link
Contributor

We don't support DH key exchanges, in part precisely because of the need for parameters, but mostly because ECDH is always a better choice.

@golang golang locked and limited conversation to collaborators May 2, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants