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

Side by Side Diff: chromeos/test/data/network/invalid_settings_with_repairs.json

Issue 61903002: ChromeOS: Add more host verification options for OpenVpn. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "managed-network-repaired": { 2 "managed-network-repaired": {
3 "Recommended": [], 3 "Recommended": [],
4 "GUID": "guid", 4 "GUID": "guid",
5 "Type": "Ethernet", 5 "Type": "Ethernet",
6 "Name": "name", 6 "Name": "name",
7 "Ethernet": { 7 "Ethernet": {
8 "Authentication": "None" 8 "Authentication": "None"
9 } 9 }
10 }, 10 },
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 "IssuerCARef": [ 180 "IssuerCARef": [
181 "{58ac1967-a0e7-49e9-be68-123abc}" 181 "{58ac1967-a0e7-49e9-be68-123abc}"
182 ], 182 ],
183 "EnrollmentURI": [ 183 "EnrollmentURI": [
184 "chrome-extension://delkjfjibodjclmdijflfnimdmgdagfk/gen erate-cert.html" 184 "chrome-extension://delkjfjibodjclmdijflfnimdmgdagfk/gen erate-cert.html"
185 ] 185 ]
186 } 186 }
187 } 187 }
188 } 188 }
189 }, 189 },
190 "openvpn-missing-verify-x509-type": {
191 "GUID": "guid",
192 "Type": "VPN",
193 "Name": "name",
194 "VPN": {
195 "Host": "host",
196 "Type": "OpenVPN",
197 "OpenVPN": {
198 "ClientCertType": "None",
199 "VerifyX509": {
200 "Name": "some name"
201 }
202 }
203 }
204 },
190 "toplevel-empty": { 205 "toplevel-empty": {
191 "Type": "UnencryptedConfiguration", 206 "Type": "UnencryptedConfiguration",
192 "NetworkConfigurations": [ ] 207 "NetworkConfigurations": [ ]
193 }, 208 },
194 "toplevel-repaired": { 209 "toplevel-repaired": {
195 "Type": "UnencryptedConfiguration", 210 "Type": "UnencryptedConfiguration",
196 "NetworkConfigurations": 211 "NetworkConfigurations":
197 [ { "GUID": "guid", 212 [ { "GUID": "guid",
198 "Type": "Ethernet", 213 "Type": "Ethernet",
199 "Name": "eth0", 214 "Name": "eth0",
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 "SSID": "ssid-wpa", 328 "SSID": "ssid-wpa",
314 "UnknownField1": "Value1", 329 "UnknownField1": "Value1",
315 "Security": "WPA-PSK" } 330 "Security": "WPA-PSK" }
316 } 331 }
317 ], 332 ],
318 "Certificates": [], 333 "Certificates": [],
319 "Type": "UnencryptedConfiguration", 334 "Type": "UnencryptedConfiguration",
320 "UnknownField3": [], 335 "UnknownField3": [],
321 } 336 }
322 } 337 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698