espressif / esp-wolfssl

WolfSSL port for ESP-IDF & ESP8266_RTOS_SDK
38 stars 13 forks source link

Can it work with Arduino framework? #13

Closed zekageri closed 2 years ago

zekageri commented 2 years ago

I'm looking for a smaller footprint SSL lib for esp32 with the use of Arduino framework. Can i implement wolfssl if i'm not directly using IDF?

AdityaHPatwardhan commented 2 years ago

Hi @zekageri I have not used Arduino framework myself, so I am not sure I would be the right person to comment on this.

But just by looking at the support of esp-tls, and mbedtls I think it would be possible for you to include the wolfssl and provide the wolfSSL source then I think it should be possible.

But please take a note of the updated Licensing policy for esp-wolfssl. Thanks, Aditya

zekageri commented 2 years ago

Thank you for your comment. I found out that wolfssl has an Arduino port so I will implement that version to my project. And thank you for the note about the licensing.

zekageri commented 2 years ago

In case if anyone wondering, here is the Arduino port.