Closed earlephilhower closed 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.
@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.
@igrr Can you merge this PR?
Closes #59
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.