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 deprecated openssl/ssl.h #148

Open
petoknm opened this issue Feb 6, 2022 · 1 comment
Open

Remove deprecated openssl/ssl.h #148

petoknm opened this issue Feb 6, 2022 · 1 comment

Comments

@petoknm
Copy link

petoknm commented Feb 6, 2022

I'm getting a warning about deprecated openssl component, so I guess it would be nice to use what Espressif recommends now, which is esp_tls.h.
I tried switching the headers and they provide different API so it doesn't compile right off the bat.
I wouldn't mind making a PR but I don't have much experience with crypto/TLS so I would need some guidance on the semantic differences between the two APIs.

#warning "OpenSSL component will be removed from ESP-IDF in v5.0, please use esp_tls instead"
@georeb
Copy link

georeb commented Apr 28, 2024

ESP-IDF v5.0 was released on Dec 2 2022 and this library has still not been updated from OpenSSL. The issue @petoknm points out still exists and I agree that we should be using what Espressif recommends. There is almost no alternative to this library for a secure HTTP server. Any update please @fhessel? Any support or timeframes would be really appreciated, thanks.

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