Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 This is a synthesized Certificate, where the signature algorithm is an INTEGER r ather than a SEQUENCE. | |
|
davidben
2015/08/14 17:14:50
Nit: Perhaps wrap these lines?
eroman
2015/08/14 17:41:00
Done for all the test files.
| |
| 2 | |
| 3 | |
| 4 | |
| 5 -----BEGIN CERTIFICATE----- | |
| 6 MAwwAgUAAgIFAAMCAKs= | |
| 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 prim: INTEGER :0500 | |
| 14 10:d=1 hl=2 l= 2 prim: BIT STRING | |
| OLD | NEW |