OLD | NEW |
1 This is an empty SEQUENCE. It will fail to be parsed as a Certificate since it | 1 This is an empty SEQUENCE. It will fail to be parsed as a Certificate since it |
2 contains no fields. | 2 contains no fields. |
3 | 3 |
4 | 4 |
5 $ openssl asn1parse -i < [CERTIFICATE] | 5 $ openssl asn1parse -i < [CERTIFICATE] |
6 0:d=0 hl=2 l= 0 cons: SEQUENCE | 6 0:d=0 hl=2 l= 0 cons: SEQUENCE |
7 -----BEGIN CERTIFICATE----- | 7 -----BEGIN CERTIFICATE----- |
8 MAA= | 8 MAA= |
9 -----END CERTIFICATE----- | 9 -----END CERTIFICATE----- |
| 10 |
| 11 [Error] Couldn't read tbsCertificate as SEQUENCE |
| 12 |
| 13 -----BEGIN ERRORS----- |
| 14 W0Vycm9yXSBDb3VsZG4ndCByZWFkIHRic0NlcnRpZmljYXRlIGFzIFNFUVVFTkNFCg== |
| 15 -----END ERRORS----- |
OLD | NEW |