-
Notifications
You must be signed in to change notification settings - Fork 11
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
Try WolfSSL instead of mbedTLS #67
Comments
What's the reason for using mbedTLS vs say WolfSSL or OpenSSL? Size? |
Just what came with ESP IDF to be honest. Is WolfSSL better? |
Ah, OK. I'm really enjoying WolfSSL. Great examples - https://github.com/wolfSSL/wolfssl/tree/master/examples and lovely docs - https://github.com/wolfSSL/wolfssl-examples/blob/master/tls/README.md |
After much looking, seems all I need is :-
This provides the options in Sadly, that does not actually work. It seems not to actually build the library!
And help welcome. |
No sure. See what they say
espressif/esp-wolfssl#10
|
I'm just following the docs myself to see if I can get it build. The ESPs are nice. Soooo many options in menuconfig. Just like buidling the Linux kernel. |
Apparently handling (legacy) |
Needs an extra component.mk to fix for Make for now. But works. |
mbedTLS has huge memory leak for various types of non clean close.
Causes all sorts of issues.
The text was updated successfully, but these errors were encountered: