-
Notifications
You must be signed in to change notification settings - Fork 164
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
RUST-1083 Can you features ring/rustls replace with openssl? #499
Comments
Seems that being able to use openssl could potentially solve this issue(due to rustls limitations) as well: #487 |
Thanks for your suggestion! I filed RUST-1083 to track this; the team will discuss this at our next triage meeting. |
@kakoc We have discussed and this this is an interesting idea, however, we do not have the capacity to work on this right now and we will revisit in a few months. |
Just to second this: I'd love an option to use system OpenSSL because ring has some difficulties with cross-compiling that make it a challenge to produce binaries for AWS Lambda (x86_64 linux gnu) from a MacOS host. |
Update on this issue: we will offer the OpenSSL option in the rust driver in our upcoming version, 2.2.0 |
An important caveat: we're unfortunately not currently able to remove |
Any update to this? I decided to use rust for a new project I'm on, and as part of creating the PoC, I wanted to add mongodb driver but I'm hitting a problem getting mongodb installed due to |
When we release a new major version (not soon), we'll be able to drop |
Because ring has some problem at some OS system, like this briansmith/ring#1417.
This make the project build failed at centos 6.8. Old OS but still in use.
Is it able to change ring/rustls to openssl?
The text was updated successfully, but these errors were encountered: