Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 This is is an otherwise valid v1 certificate, except the version has been encode d explicitly as 0. Instead it should have been omitted. | |
|
davidben
2015/08/14 17:51:42
Nit: Probably should wrap these lines and others.
eroman
2015/08/14 21:26:13
Done (throughout)
| |
| 2 | |
| 3 | |
| 4 | |
| 5 -----BEGIN TBS CERTIFICATE----- | |
| 6 MCGgAwIBAAIBATADBAEBMAMEAQUwAwQBCDADBAEKMAMEAfM= | |
| 7 -----END TBS CERTIFICATE----- | |
| 8 | |
| 9 $ openssl asn1parse -i < [TBS CERTIFICATE] | |
| 10 0:d=0 hl=2 l= 33 cons: SEQUENCE | |
| 11 2:d=1 hl=2 l= 3 cons: cont [ 0 ] | |
| 12 4:d=2 hl=2 l= 1 prim: INTEGER :00 | |
| 13 7:d=1 hl=2 l= 1 prim: INTEGER :01 | |
| 14 10:d=1 hl=2 l= 3 cons: SEQUENCE | |
| 15 12:d=2 hl=2 l= 1 prim: OCTET STRING [HEX DUMP]:01 | |
| 16 15:d=1 hl=2 l= 3 cons: SEQUENCE | |
| 17 17:d=2 hl=2 l= 1 prim: OCTET STRING [HEX DUMP]:05 | |
| 18 20:d=1 hl=2 l= 3 cons: SEQUENCE | |
| 19 22:d=2 hl=2 l= 1 prim: OCTET STRING [HEX DUMP]:08 | |
| 20 25:d=1 hl=2 l= 3 cons: SEQUENCE | |
| 21 27:d=2 hl=2 l= 1 prim: OCTET STRING : | |
| 22 | |
| 23 30:d=1 hl=2 l= 3 cons: SEQUENCE | |
| 24 32:d=2 hl=2 l= 1 prim: OCTET STRING [HEX DUMP]:F3 | |
| OLD | NEW |