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

Remove SSLv3 support #2350

Closed
kubo39 opened this issue Aug 22, 2019 · 2 comments
Closed

Remove SSLv3 support #2350

kubo39 opened this issue Aug 22, 2019 · 2 comments

Comments

@kubo39
Copy link
Contributor

kubo39 commented Aug 22, 2019

I'm not sure why SSLv3 is still supported by vibe.d, but it's time we remove it, as it's not just obsolete, but insecure.

@Geod24
Copy link
Contributor

Geod24 commented Aug 22, 2019

Vibe.d does not implement SSL directly, instead relying on either OpenSSL or Botan (with OpenSSL the default).
AFAICS SSLv3 was disabled because OpenSSL disabled it: #1316

The only thing left to do, AFAICS, is

enum TLSVersion {

@kubo39
Copy link
Contributor Author

kubo39 commented Aug 22, 2019

If I'm correct, this PR only says that SSLv3* methods were removed from OpenSSL on debian.
Although vibe.d disabled SSLv3 by default, SSLv3 connections can still be achieved by passing the SSL_OP_NO_SSLv3 options to OpenSSL.

kubo39 added a commit to kubo39/vibe.d that referenced this issue Aug 22, 2019
SSLv3 has irreparably broken since POODLE attack in 2014.
This commit removes SSLv3 support as it's insecure.
@kubo39 kubo39 closed this as completed Apr 3, 2022
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