earlephilhower/bearssl-esp8266

Adding libbearssl.a to Arduino

kaushal1214 opened this issue · 2 comments

I'm trying to sign the .bin of esp8266 for secure OTA updates. I'm stuck with the code BearSSL:PubliKey as it is not getting recognized, although I have already copied the libbearssl.a in ~/Arduino/libraries directory. Is this the correct path? I also tried Arduinobearssl library but I guess it only works for arduino boards, or is it the same library? I'm new to this, please help.

If you want to sign the bin, why did you copy the .a? Did you readthedocs? There's a section dedicated to this.

This is not related to the actual library. See the 8266 Arduino docs and example for the signing use.