igrr / axtls-8266

axTLS port for ESP8266
Other
79 stars 33 forks source link

Modify to work with new toolchain, fix x509 decode #64

Open earlephilhower opened 5 years ago

earlephilhower commented 5 years ago

Several arrays were moved into flash but code was not changed to use pgm_read_byte everywhere needed. Fix, avoiding a crash on SSL cert verification.

Also update makefile for the new libs and toolchain.

earlephilhower commented 5 years ago

We already put the update in the Arduino core, so no rush. Just wanted to keep you in the loop.

earlephilhower commented 5 years ago

I'll see what I can do to clean up the issues you've got later this week. Thanks for the quick review!