| Index: net/data/parse_certificate_unittest/extension_not_critical.pem | 
| diff --git a/net/data/parse_certificate_unittest/extension_not_critical.pem b/net/data/parse_certificate_unittest/extension_not_critical.pem | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..0c845353a4fb5209bb6b608671b8be130600fc35 | 
| --- /dev/null | 
| +++ b/net/data/parse_certificate_unittest/extension_not_critical.pem | 
| @@ -0,0 +1,12 @@ | 
| +This is a modified basic constraints extension, where the critical field was | 
| +removed (in other words, FALSE). | 
| + | 
| + | 
| +$ openssl asn1parse -i < [EXTENSION] | 
| +    0:d=0  hl=2 l=   9 cons: SEQUENCE | 
| +    2:d=1  hl=2 l=   3 prim:  OBJECT            :X509v3 Basic Constraints | 
| +    7:d=1  hl=2 l=   2 prim:  OCTET STRING      [HEX DUMP]:3000 | 
| + | 
| +-----BEGIN EXTENSION----- | 
| +MAkGA1UdEwQCMAA= | 
| +-----END EXTENSION----- | 
|  |