chromium/net/data/parse_certificate_unittest/tbs_explicit_v1.pem

This is an otherwise valid v1 certificate, except the version has been encoded
explicitly as 0. Instead it should have been omitted.


$ openssl asn1parse -i < [TBS CERTIFICATE]
    0:d=0  hl=2 l=  60 cons: SEQUENCE          
    2:d=1  hl=2 l=   3 cons:  cont [ 0 ]        
    4:d=2  hl=2 l=   1 prim:   INTEGER           :00
    7:d=1  hl=2 l=   1 prim:  INTEGER           :01
   10:d=1  hl=2 l=   3 cons:  SEQUENCE          
   12:d=2  hl=2 l=   1 prim:   OCTET STRING      [HEX DUMP]:01
   15:d=1  hl=2 l=   3 cons:  SEQUENCE          
   17:d=2  hl=2 l=   1 prim:   OCTET STRING      [HEX DUMP]:05
   20:d=1  hl=2 l=  30 cons:  SEQUENCE          
   22:d=2  hl=2 l=  13 prim:   UTCTIME           :121018031200Z
   37:d=2  hl=2 l=  13 prim:   UTCTIME           :131018145959Z
   52:d=1  hl=2 l=   3 cons:  SEQUENCE          
   54:d=2  hl=2 l=   1 prim:   OCTET STRING      [HEX DUMP]:83
   57:d=1  hl=2 l=   3 cons:  SEQUENCE          
   59:d=2  hl=2 l=   1 prim:   OCTET STRING      [HEX DUMP]:F3
-----BEGIN TBS CERTIFICATE-----
MDygAwIBAAIBATADBAEBMAMEAQUwHhcNMTIxMDE4MDMxMjAwWhcNMTMxMDE4MTQ1OTU5WjADBAG
DMAMEAfM=
-----END TBS CERTIFICATE-----

ERROR: Version explicitly V1 (should be omitted)

-----BEGIN ERRORS-----
RVJST1I6IFZlcnNpb24gZXhwbGljaXRseSBWMSAoc2hvdWxkIGJlIG9taXR0ZWQpCg==
-----END ERRORS-----