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

Side by Side Diff: chrome/test/data/chromeos/net/shill_for_managed_toplevel1.json

Issue 16946002: Resolve certificate references in ONC by PEM. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added a unit test for the resolve function. Created 7 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "123": { 2 "123": {
3 "GUID": "123", 3 "GUID": "123",
4 "Name": "testopenvpn", 4 "Name": "testopenvpn",
5 "OpenVPN.Port": "1194", 5 "OpenVPN.Port": "1194",
6 "OpenVPN.User": "abc madmax def", 6 "OpenVPN.User": "abc madmax def",
7 "Profile": "user", 7 "Profile": "user",
8 "Provider.Host": "policys host", 8 "Provider.Host": "policys host",
9 "Provider.Type": "openvpn", 9 "Provider.Type": "openvpn",
10 "Type": "vpn", 10 "Type": "vpn",
11 "UIData": "{\"certificate_pattern\":{\"IssuerCARef\":[\"openvpn-test-ca\"]}, \"certificate_type\":\"pattern\",\"onc_source\":\"user_policy\"}" 11 "UIData": "{\"certificate_pattern\":{\"IssuerCAPEMs\":[\"pem1\"]},\"certific ate_type\":\"pattern\",\"onc_source\":\"user_policy\"}"
12 }, 12 },
13 "Fake Ethernet": { 13 "Fake Ethernet": {
14 "GUID": "guid", 14 "GUID": "guid",
15 "Profile": "user", 15 "Profile": "user",
16 "Type": "ethernet", 16 "Type": "ethernet",
17 "UIData": "{\"onc_source\":\"user_policy\"}" 17 "UIData": "{\"onc_source\":\"user_policy\"}"
18 } 18 }
19 } 19 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698