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

Side by Side Diff: chromeos/test/data/network/shill_openvpn_clientcert.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 "GUID": "{84391467-dd8b-4c66-9b52-860583038351}", 2 "GUID": "{84391467-dd8b-4c66-9b52-860583038351}",
3 "Name": "TestOpenVPN", 3 "Name": "TestOpenVPN",
4 "OpenVPN.CACertNSS": "{126ea985-9ece-4250-8a32-6badf52a99e5}",
5 "OpenVPN.Password": "********", 4 "OpenVPN.Password": "********",
6 "OpenVPN.Port": "1234", 5 "OpenVPN.Port": "1234",
7 "OpenVPN.Proto": "udp", 6 "OpenVPN.Proto": "udp",
8 "OpenVPN.User": "hans", 7 "OpenVPN.User": "hans",
9 "Provider.Host": "terminus.muc", 8 "Provider.Host": "terminus.muc",
10 "Provider.Type": "openvpn", 9 "Provider.Type": "openvpn",
11 "SaveCredentials": true, 10 "SaveCredentials": true,
12 "Type": "vpn", 11 "Type": "vpn",
13 } 12 }
OLDNEW
« no previous file with comments | « chromeos/test/data/network/shill_openvpn.json ('k') | chromeos/test/data/network/shill_openvpn_with_errors.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698