OLD | NEW |
1 # This is cert.pem from BoringSSL's tests. | 1 # This is cert.pem from BoringSSL's tests. |
2 # https://boringssl.googlesource.com/boringssl/+/5acc423517ec9d53e6cf2cd1b968405
e0972c745/ssl/test/runner/cert.pem | 2 # https://boringssl.googlesource.com/boringssl/+/5acc423517ec9d53e6cf2cd1b968405
e0972c745/ssl/test/runner/cert.pem |
3 | 3 |
4 # This file is itself valid ascii-der, however uses comments to name various | 4 # This file is itself valid ascii-der, however uses comments to name various |
5 # sections (using BEGIN and END). These named sections can be overlapping, and | 5 # sections (using BEGIN and END). These named sections can be overlapping, and |
6 # are replaced for generating various test data. | 6 # are replaced for generating various test data. |
7 | 7 |
8 SEQUENCE { | 8 SEQUENCE { |
9 SEQUENCE { | 9 SEQUENCE { |
10 [0] { | 10 [0] { |
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
103 # basicConstraints | 103 # basicConstraints |
104 OBJECT_IDENTIFIER { 2.5.29.19 } | 104 OBJECT_IDENTIFIER { 2.5.29.19 } |
105 OCTET_STRING { | 105 OCTET_STRING { |
106 #-----BEGIN BASIC_CONSTRAINTS----- | 106 #-----BEGIN BASIC_CONSTRAINTS----- |
107 SEQUENCE { | 107 SEQUENCE { |
108 BOOLEAN { `ff` } | 108 BOOLEAN { `ff` } |
109 } | 109 } |
110 #-----END BASIC_CONSTRAINTS----- | 110 #-----END BASIC_CONSTRAINTS----- |
111 } | 111 } |
112 } | 112 } |
| 113 #-----BEGIN EXTENSION----- |
| 114 # (For adding in another extension at the end of the list) |
| 115 #-----END EXTENSION----- |
113 } | 116 } |
114 } | 117 } |
115 } | 118 } |
116 SEQUENCE { | 119 SEQUENCE { |
117 # sha1WithRSAEncryption | 120 # sha1WithRSAEncryption |
118 OBJECT_IDENTIFIER { 1.2.840.113549.1.1.5 } | 121 OBJECT_IDENTIFIER { 1.2.840.113549.1.1.5 } |
119 NULL {} | 122 NULL {} |
120 } | 123 } |
121 BIT_STRING { `003be8786d95d63d6af713192c1bc288ae22abf48d32f57c7167cf2dd11cc2c3
87e2e9be895ce434ab4891c23f95ae2b479e25786b4f9a10a472fdcff7020cb00a08a45ae2e5747e
111d39606ac91f69f32e6326dc9eef6b7a0ae1545798aa729178047e1f8f654d1f0b12ac9c240f84
141a552d1fbbf09d09b2085c5932658026` } | 124 BIT_STRING { `003be8786d95d63d6af713192c1bc288ae22abf48d32f57c7167cf2dd11cc2c3
87e2e9be895ce434ab4891c23f95ae2b479e25786b4f9a10a472fdcff7020cb00a08a45ae2e5747e
111d39606ac91f69f32e6326dc9eef6b7a0ae1545798aa729178047e1f8f654d1f0b12ac9c240f84
141a552d1fbbf09d09b2085c5932658026` } |
122 } | 125 } |
OLD | NEW |