Chromium Code Reviews| OLD | NEW | 
|---|---|
| (Empty) | |
| 1 This is a modified basic constraints extension, where the critical field was | |
| 2 removed (in other words, FALSE). | |
| 3 | |
| 4 | |
| 5 $ openssl asn1parse -i < [EXTENSION] | |
| 6 0:d=0 hl=2 l= 9 cons: SEQUENCE | |
| 7 2:d=1 hl=2 l= 3 prim: OBJECT :X509v3 Basic Constraints | |
| 8 7:d=1 hl=2 l= 2 prim: OCTET STRING [HEX DUMP]:3000 | |
| 9 | |
| 10 -----BEGIN EXTENSION----- | |
| 11 MAkGA1UdEwQCMAA= | |
| 12 -----END EXTENSION----- | |
| OLD | NEW |