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

ssl_ecdh_curve #75

Open
FernandoMiguel opened this issue Jun 29, 2017 · 1 comment
Open

ssl_ecdh_curve #75

FernandoMiguel opened this issue Jun 29, 2017 · 1 comment

Comments

@FernandoMiguel
Copy link

FernandoMiguel commented Jun 29, 2017

I've noticed you guys added :
ssl_ecdh_curve X25519:P-256:P-384:P-224:P-521;

is there a certain version of openssl or nginx required to support this?

nginx 1.10.0 on ubuntu:
nginx: [emerg] Unknown curve name "X25519:P-256:P-384:P-224:P-521" (SSL:)

@blagoeres
Copy link

I think the only requirenment for this is latest OpenSSL 1.1.0f. Specifying multiple curves requires Nginx 1.11.0+. At the moment the only way to use this is by compiling Nginx against OpenSSL 1.1.0f.

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

No branches or pull requests

2 participants