Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(190)

Side by Side Diff: net/data/ssl/certificate_transparency/log_list.json

Issue 2966373003: Remove PuChuangSiDa as a known Certificate Transparency Log (Closed)
Patch Set: Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "logs": [ 2 "logs": [
3 { 3 {
4 "description": "Google 'Aviator' log", 4 "description": "Google 'Aviator' log",
5 "key": "MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE1/TMabLkDpCjiupacAlP7xNi0I1JYP8bQ FAHDG1xhtolSY1l4QgNRzRrvSe8liE+NPWHdjGxfx3JhTsN9x8/6Q==", 5 "key": "MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE1/TMabLkDpCjiupacAlP7xNi0I1JYP8bQ FAHDG1xhtolSY1l4QgNRzRrvSe8liE+NPWHdjGxfx3JhTsN9x8/6Q==",
6 "url": "ct.googleapis.com/aviator/", 6 "url": "ct.googleapis.com/aviator/",
7 "maximum_merge_delay": 86400, 7 "maximum_merge_delay": 86400,
8 "operated_by": [ 8 "operated_by": [
9 0 9 0
10 ], 10 ],
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 }, 171 },
172 { 172 {
173 "description": "StartCom log", 173 "description": "StartCom log",
174 "key": "MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAESPNZ8/YFGNPbsu1Gfs/IEbVXsajWTOaft 0oaFIZDqUiwy1o/PErK38SCFFWa+PeOQFXc9NKv6nV0+05/YIYuUQ==", 174 "key": "MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAESPNZ8/YFGNPbsu1Gfs/IEbVXsajWTOaft 0oaFIZDqUiwy1o/PErK38SCFFWa+PeOQFXc9NKv6nV0+05/YIYuUQ==",
175 "url": "ct.startssl.com/", 175 "url": "ct.startssl.com/",
176 "maximum_merge_delay": 86400, 176 "maximum_merge_delay": 86400,
177 "operated_by": [ 177 "operated_by": [
178 8 178 8
179 ], 179 ],
180 "dns_api_endpoint": "startcom1.ct.googleapis.com" 180 "dns_api_endpoint": "startcom1.ct.googleapis.com"
181 },
182 {
183 "description": "PuChuangSiDa CT log",
184 "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArM8vS3Cs8Q2Wv+gK/kSd1IwXn cOaEBGEE+2M+Tdtg+QAb7FLwKaJx2GPmjS7VlLKA1ZQ7yR/S0npNYHd8OcX9XLSI8XjE3/Xjng1j0nem ASKY6+tojlwlYRoS5Ez/kzhMhfC8mG4Oo05f9WVgj5WGVBFb8sIMw3VGUIIGkhCEPFow8NBE8sNHtsCt yR6UZZuvAjqaa9t75KYjlXzZeXonL4aR2AwfXqArVaDepPDrpMraiiKpl9jGQy+fHshY0E4t/fodnNrh cy8civBUtBbXTFOnSrzTZtkFJkmxnH4e/hE1eMjIPMK14tRPnKA0nh4NS1K50CZEZU01C9/+V81NwIDA QAB",
185 "url": "www.certificatetransparency.cn/ct/",
186 "maximum_merge_delay": 86400,
187 "operated_by": [
188 9
189 ],
190 "dns_api_endpoint": "puchuangsida1.ct.googleapis.com"
191 } 181 }
192 ], 182 ],
193 "operators": [ 183 "operators": [
194 { 184 {
195 "name": "Google", 185 "name": "Google",
196 "id": 0 186 "id": 0
197 }, 187 },
198 { 188 {
199 "name": "DigiCert", 189 "name": "DigiCert",
200 "id": 1 190 "id": 1
(...skipping 18 matching lines...) Expand all
219 "name": "Venafi", 209 "name": "Venafi",
220 "id": 6 210 "id": 6
221 }, 211 },
222 { 212 {
223 "name": "CNNIC", 213 "name": "CNNIC",
224 "id": 7 214 "id": 7
225 }, 215 },
226 { 216 {
227 "name": "StartSSL", 217 "name": "StartSSL",
228 "id": 8 218 "id": 8
229 },
230 {
231 "name": "Beijing PuChuangSiDa Technology Ltd.",
232 "id": 9
233 } 219 }
234 ] 220 ]
235 } 221 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698