-
Notifications
You must be signed in to change notification settings - Fork 60
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
apache: Allow use of SSLOpenSSLConfCmd DHParameters if supported #125
Comments
Applications using openssl should prefer
@tim-seoss you might want to open an issue for Apache2 to request that they use I think that is better than end-users attempting to provide DHParameters (unless end-users know what they are doing and really want to do so). |
Moreover, By the way, internet.nl considers ffdhe2048 phased out on their test and recommends at least ffdhe3072. |
github: closes mozilla#125
I included the change to use Regarding ffdhe3072, that will be reviewed the next time Mozilla updates the ssl-config-generator guidelines. |
github: closes mozilla#125
github: closes mozilla#125
github: closes mozilla#125
github: closes mozilla#125
github: closes mozilla#125
github: closes mozilla#125
I'm considering this be wontfix, and only supporting Apache 2.4.52+ OpenSSL 1.1.0+ API for "auto" RFC7919.
— Originally posted by @janbrasna in #257 (comment)
— Originally posted by @gstrauss in #257 (comment)
— Originally posted by @janbrasna in #257 (comment) |
github: closes mozilla#125
Even if OpenSSL 1.1.0+ API supports "auto", the apps might not. |
@gstrauss Can you add a changelog link or some docs mentioning the auto size selection from 2.4.52 if you don't mind? I might be lost in a) when Apache started to support it, b) if that's for 1.1.0 branch too or 3.x exclusively… Thanks. Only found the reference bug for https://bz.apache.org/bugzilla/show_bug.cgi?id=65764#c5
|
github: closes mozilla#125
Due to the (not new) D(HE)ater attack (https://dheatattack.gitlab.io/dheater/), we have chosen (at least for the moment) to continue having the ssl-config-generator recommend appending the 2048-bit FFDHE2048 key to the cert, rather than use DH auto support where available. Since |
Versions of Apache > 2.4.8 support:
SSLOpenSSLConfCmd DHParameters "/path/to/dhparams"
I think a useful enhancement would be to emit this (if supported) rather than the current:
Since that's a bit awkward for people to automate if they use automatic SSL cert updating (e.g. via letsencrypt).
The text was updated successfully, but these errors were encountered: