-
-
Notifications
You must be signed in to change notification settings - Fork 82
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
Refuse weak DH groups #62
Comments
I'm not sure how to check these... chromium/badssl.com#40 indicates that I should check the DH parameters. I can't see in the OpenSSL API how to get the DH params (I'd preferably want them as an |
Thanks to http://openssl.6102.n7.nabble.com/How-to-enforce-DH-field-size-in-the-client-td60442.html I'll note that openssl seems to have some built in checks for DH keys available. grep for |
luaossl now has |
I think this also needs wahern/luaossl#135 |
There are at least two kinds of weak DH groups that
lua-http
silently accepts:I'm not sure whether OpenSSL can check for those at all.
The text was updated successfully, but these errors were encountered: