blob: 090c1267809456d9a85b24faf6b846eee7f524ed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
This is an otherwise "valid" input to ParseCertificate(), however there is a
trailing NULL after the signature field.
$ openssl asn1parse -i < [CERTIFICATE]
0:d=0 hl=2 l= 14 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
10:d=1 hl=2 l= 2 prim: BIT STRING
14:d=1 hl=2 l= 0 prim: NULL
-----BEGIN CERTIFICATE-----
MA4wAgUAMAIFAAMCAKwFAA==
-----END CERTIFICATE-----
|