-
Notifications
You must be signed in to change notification settings - Fork 197
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
Map ESP-IDF's mbedTLS to rust-native-tls #22
Comments
Just a note, esp-idf will drop support for OpenSSL wrapper in 5.0 release. If it is necessary for rust, there is an option to extract the wrapper into a separate component, and maintain it as part for esp-rs organization. |
I think our best bet is to add support for mbedtls to I'll look into building |
Bump... |
See sfackler/rust-native-tls#211 (comment) for an update |
Thanks @MabezDev |
Is this issue still open? Brian Smith seems to have added support for little endian architectures in Ring a couple of weeks ago. See more here: https://www.reddit.com/r/rust/comments/1d7zzb8/which_tls_crate_do_you_recommend_to_use_for_an/ It seems like this commit (briansmith/ring@ed5b2a8) is not yet included in a release and I've not yet tried it, but it seems like |
... or alternatively, map ESP-IDF's partial OpenSSL implementation to
rust-openssl
.Both solutions would require a lot of work and will likely result in patches against one of these upstream crates.
The text was updated successfully, but these errors were encountered: