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

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

Issue 2932093002: Remove PuChuangSiDa as a known Certificate Transparency Log (Closed)
Patch Set: Created 3 years, 6 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 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 }, 151 },
152 { 152 {
153 "description": "StartCom log", 153 "description": "StartCom log",
154 "key": "MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAESPNZ8/YFGNPbsu1Gfs/IEbVXsajWTOaft 0oaFIZDqUiwy1o/PErK38SCFFWa+PeOQFXc9NKv6nV0+05/YIYuUQ==", 154 "key": "MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAESPNZ8/YFGNPbsu1Gfs/IEbVXsajWTOaft 0oaFIZDqUiwy1o/PErK38SCFFWa+PeOQFXc9NKv6nV0+05/YIYuUQ==",
155 "url": "ct.startssl.com/", 155 "url": "ct.startssl.com/",
156 "maximum_merge_delay": 86400, 156 "maximum_merge_delay": 86400,
157 "operated_by": [ 157 "operated_by": [
158 8 158 8
159 ], 159 ],
160 "dns_api_endpoint": "startcom1.ct.googleapis.com" 160 "dns_api_endpoint": "startcom1.ct.googleapis.com"
161 },
162 {
163 "description": "PuChuangSiDa CT log",
164 "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArM8vS3Cs8Q2Wv+gK/kSd1IwXn cOaEBGEE+2M+Tdtg+QAb7FLwKaJx2GPmjS7VlLKA1ZQ7yR/S0npNYHd8OcX9XLSI8XjE3/Xjng1j0nem ASKY6+tojlwlYRoS5Ez/kzhMhfC8mG4Oo05f9WVgj5WGVBFb8sIMw3VGUIIGkhCEPFow8NBE8sNHtsCt yR6UZZuvAjqaa9t75KYjlXzZeXonL4aR2AwfXqArVaDepPDrpMraiiKpl9jGQy+fHshY0E4t/fodnNrh cy8civBUtBbXTFOnSrzTZtkFJkmxnH4e/hE1eMjIPMK14tRPnKA0nh4NS1K50CZEZU01C9/+V81NwIDA QAB",
165 "url": "www.certificatetransparency.cn/ct/",
166 "maximum_merge_delay": 86400,
167 "operated_by": [
168 9
169 ],
170 "dns_api_endpoint": "puchuangsida1.ct.googleapis.com"
171 } 161 }
172 ], 162 ],
173 "operators": [ 163 "operators": [
174 { 164 {
175 "name": "Google", 165 "name": "Google",
176 "id": 0 166 "id": 0
177 }, 167 },
178 { 168 {
179 "name": "DigiCert", 169 "name": "DigiCert",
180 "id": 1 170 "id": 1
(...skipping 18 matching lines...) Expand all
199 "name": "Venafi", 189 "name": "Venafi",
200 "id": 6 190 "id": 6
201 }, 191 },
202 { 192 {
203 "name": "CNNIC", 193 "name": "CNNIC",
204 "id": 7 194 "id": 7
205 }, 195 },
206 { 196 {
207 "name": "StartSSL", 197 "name": "StartSSL",
208 "id": 8 198 "id": 8
209 },
210 {
211 "name": "Beijing PuChuangSiDa Technology Ltd.",
212 "id": 9
213 } 199 }
214 ] 200 ]
215 } 201 }
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