Crate ring on esp32s3

Hi,
I'm working on a project for esp32s3 in Rust.
I need to use the TLS, so my idea was to use rustls, but, unfortunately, xtensa esp32 is not supported by ring crate.
Did anyone succeed to use it or have any suggestion?
Thanks

I haven't tried this yet, but I am aware of it because I have a similar requirement for an upcoming project. Check out reqwless, which uses embedded-tls under the hood.

Unsure directly. But esp-wifi should have what you need, featuring TLS support iirc.

@parasyte I'm using the esp-idf template which is a std template based on esp-idf. I saw that embedded-tls works with bare metal environmnent. Do you know if I can use it anyway? Because I tried to add bare metal crates to my project as depencies but I had lots of problems.
Thanks

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.