summaryrefslogtreecommitdiffstats
path: root/net/data/parse_certificate_unittest/cert_missing_signature.pem
blob: 9a5960f6d185515d0d4c89f7e02daa86961495ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
This is an otherwise "valid" Certificate input for ParseCertificate(), however
it is missing the final field (signature).


$ openssl asn1parse -i < [CERTIFICATE]
    0:d=0  hl=2 l=   8 cons: SEQUENCE          
    2:d=1  hl=2 l=   2 cons:  SEQUENCE          
    4:d=2  hl=2 l=   0 prim:   NULL              
    6:d=1  hl=2 l=   2 cons:  SEQUENCE          
    8:d=2  hl=2 l=   0 prim:   NULL              
-----BEGIN CERTIFICATE-----
MAgwAgUAMAIFAA==
-----END CERTIFICATE-----