mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-10 23:40:51 +02:00
bb50777f1a
cert_asn1_test was constructing a BER encoding of a certificate that didn't have all the components. It was trying to test putting in a bad OID in the certificate name. The original ASN.1 parsing code stopped at the bad name. ASN.1 template code does the whole structure and then digs into the name. A complete certificate should have always been used.