-
Notifications
You must be signed in to change notification settings - Fork 3
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
Raise default RSA bitlength to 4096 #2
Comments
@prefiks: What do you think? |
I really really want to see this on my server) |
Increasing the RSA bit length to 4096 could significantly increase CPU usage, while the security gain is still limited. Mozilla's recommendation is still 2048: https://wiki.mozilla.org/Security/Server_Side_TLS Here is a quick benchmark run on an AWS t3.medium:
|
The load is understandable, and it should be left to the user's choice, maybe it's worth doing 3072 as a middle ground) |
@jsautret: With OpenSSL 3.2.0 and 3.3.0, what is the benchmark? |
Please raise the default RSA bitlength to 4096 to increase security and get better scores with tools like CryptCheck.
p1_acme/src/p1_acme.erl
Line 742 in 65914a9
The text was updated successfully, but these errors were encountered: