igrr / axtls-8266

axTLS port for ESP8266
Other
79 stars 33 forks source link

Make certificate validation work again #61

Closed earlephilhower closed 6 years ago

earlephilhower commented 6 years ago

ASN1.c lost an increment, leading to certificates being parsed with the wrong value read as the key usages (leading to failures in some cases). Re-apply from the original axtls sources.

earlephilhower commented 6 years ago

@igrr, sorry but I broke the asn1 parsing when I removed compile warnings 2 merges back. This fixes it and now CACert test works properly.

slaff commented 6 years ago

@igrr Can you merge this PR?

jonnykl commented 5 years ago

Closes #59