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

OpenSSL vulnerability 1.0.x #85

Closed
robinsondan87 opened this issue Nov 16, 2017 · 1 comment
Closed

OpenSSL vulnerability 1.0.x #85

robinsondan87 opened this issue Nov 16, 2017 · 1 comment

Comments

@robinsondan87
Copy link

Are there any plans to update OpenSSL to 1.1.x to block the below vulnerability?

https://www.openssl.org/blog/blog/2016/08/24/sweet32/

Thanks

@yosifkit
Copy link
Member

This is a general issue with the DES/triple-DES protocols. libssl would be updated to 1.1.x series by #84. But really is just a configuration issue:

If you run a server, you should disable triple-DES. This is generally a configuration issue. If you run an old server that doesn’t support any better ciphers than DES or RC4, you should upgrade.

https://www.openssl.org/blog/blog/2016/08/24/sweet32/

See also: https://httpd.apache.org/docs/2.4/ssl/ssl_howto.html#ciphersuites

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