igrr / axtls-8266

axTLS port for ESP8266

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

axtls-8266 with non-OS SDK

rith87 opened this issue · comments

I'm trying to find a light weight SSL library replacement for the one in the non-OS SDK and stumbled across this repo. Is there any way to consume this in the non-OS SDK? I assume I can somehow convert the libaxtls.a into libssl.a..?

Not really; libssl also includes a lot of code which ties in espconn and such. You could probably figure out the differences and still reuse this somehow. If you do need specific changes on this library's side, feel free to reopen this or create new issues.