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

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: Rebased. 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-name": {
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 "Type": "name"
201 }
202 }
203 }
204 },
205 "openvpn-invalid-verify-x509-type": {
206 "GUID": "guid",
207 "Type": "VPN",
208 "Name": "name",
209 "VPN": {
210 "Host": "host",
211 "Type": "OpenVPN",
212 "OpenVPN": {
213 "ClientCertType": "None",
214 "VerifyX509": {
215 "Type": "unknown type"
216 }
217 }
218 }
219 },
190 "toplevel-empty": { 220 "toplevel-empty": {
191 "Type": "UnencryptedConfiguration", 221 "Type": "UnencryptedConfiguration",
192 "NetworkConfigurations": [ ] 222 "NetworkConfigurations": [ ]
193 }, 223 },
194 "toplevel-repaired": { 224 "toplevel-repaired": {
195 "Type": "UnencryptedConfiguration", 225 "Type": "UnencryptedConfiguration",
196 "NetworkConfigurations": 226 "NetworkConfigurations":
197 [ { "GUID": "guid", 227 [ { "GUID": "guid",
198 "Type": "Ethernet", 228 "Type": "Ethernet",
199 "Name": "eth0", 229 "Name": "eth0",
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 "SSID": "ssid-wpa", 343 "SSID": "ssid-wpa",
314 "UnknownField1": "Value1", 344 "UnknownField1": "Value1",
315 "Security": "WPA-PSK" } 345 "Security": "WPA-PSK" }
316 } 346 }
317 ], 347 ],
318 "Certificates": [], 348 "Certificates": [],
319 "Type": "UnencryptedConfiguration", 349 "Type": "UnencryptedConfiguration",
320 "UnknownField3": [], 350 "UnknownField3": [],
321 } 351 }
322 } 352 }
OLDNEW
« no previous file with comments | « chromeos/network/onc/onc_validator_unittest.cc ('k') | chromeos/test/data/network/shill_openvpn.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698