OLD | NEW |
---|---|
(Empty) | |
1 This is an otherwise valid input to ParseSignature(), however the signature was changed from a BIT STRING to an OCTET STRING. | |
2 | |
3 | |
4 | |
5 -----BEGIN CERTIFICATE----- | |
6 MAwwAgUAMAIFAAQCAQI= | |
7 -----END CERTIFICATE----- | |
8 | |
9 $ openssl asn1parse -i < [CERTIFICATE] | |
10 0:d=0 hl=2 l= 12 cons: SEQUENCE | |
11 2:d=1 hl=2 l= 2 cons: SEQUENCE | |
12 4:d=2 hl=2 l= 0 prim: NULL | |
13 6:d=1 hl=2 l= 2 cons: SEQUENCE | |
14 8:d=2 hl=2 l= 0 prim: NULL | |
15 10:d=1 hl=2 l= 2 prim: OCTET STRING [HEX DUMP]:0102 | |
OLD | NEW |