OLD | NEW |
(Empty) | |
| 1 This is a very basic TBSCertificate which would be valid except the version |
| 2 number is v4 (3). |
| 3 |
| 4 |
| 5 |
| 6 -----BEGIN TBS CERTIFICATE----- |
| 7 MCGgAwIBAwIBATADBAEBMAMEAQUwAwQBCDADBAEKMAMEAfM= |
| 8 -----END TBS CERTIFICATE----- |
| 9 |
| 10 $ openssl asn1parse -i < [TBS CERTIFICATE] |
| 11 0:d=0 hl=2 l= 33 cons: SEQUENCE |
| 12 2:d=1 hl=2 l= 3 cons: cont [ 0 ] |
| 13 4:d=2 hl=2 l= 1 prim: INTEGER :03 |
| 14 7:d=1 hl=2 l= 1 prim: INTEGER :01 |
| 15 10:d=1 hl=2 l= 3 cons: SEQUENCE |
| 16 12:d=2 hl=2 l= 1 prim: OCTET STRING [HEX DUMP]:01 |
| 17 15:d=1 hl=2 l= 3 cons: SEQUENCE |
| 18 17:d=2 hl=2 l= 1 prim: OCTET STRING [HEX DUMP]:05 |
| 19 20:d=1 hl=2 l= 3 cons: SEQUENCE |
| 20 22:d=2 hl=2 l= 1 prim: OCTET STRING [HEX DUMP]:08 |
| 21 25:d=1 hl=2 l= 3 cons: SEQUENCE |
| 22 27:d=2 hl=2 l= 1 prim: OCTET STRING : |
| 23 |
| 24 30:d=1 hl=2 l= 3 cons: SEQUENCE |
| 25 32:d=2 hl=2 l= 1 prim: OCTET STRING [HEX DUMP]:F3 |
OLD | NEW |