igrr / axtls-8266

axTLS port for ESP8266
Other
79 stars 33 forks source link

axtls-8266 with non-OS SDK #33

Closed rith87 closed 7 years ago

rith87 commented 7 years ago

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..?

igrr commented 7 years ago

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.