-
Notifications
You must be signed in to change notification settings - Fork 133
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
Support ChaCha20 Draft Ciphers in OpenSSL 1.1 #78
Comments
No, that would be too much work I'm afraid. |
Understandable. What is Cloudflare using to be able to have both versions AND x25519? |
We are using boringssl, with a patch for old chacha |
Any chance the patch for BoringSSL will be public also? |
@RoldanLT Vanilla BoringSSL and the old chacha patch for BoringSSL is quite useless for websites as BoringSSL doesn't support OCSP, Nginx multi cert? etc. It is only interesting if multiple Cloudflare BoringSSL patches (i.e. OCSP) are released. @vkrasnov But. It seems unlikely to me that this will happen. |
@xetorixik OCSP protocol was removed, but stapling and parsing are still in BoringSSL. |
Now where can I get the patch for boringssl? |
The OpenSSL 1.0.2j patch for adding Chacha20 support does not work on OpenSSL 1.1. OpenSSL 1.1 added support for the final version of ChaCha20, but I would like to add the draft version back in for older clients.
Any chance that patch could be ported over?
The text was updated successfully, but these errors were encountered: