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

Side by Side Diff: chrome/test/data/chromeos/network_settings/valid_openvpn.onc

Issue 11299236: This moves the ONC parsing code into chromeos/network/onc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix unit tests Created 8 years 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
« no previous file with comments | « chrome/test/data/chromeos/network_settings/valid_l2tpipsec.onc ('k') | chromeos/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "GUID": "{a3860e83-f03d-4cb1-bafa-b22c9e746950}",
3 "Name": "google-dogfood",
4 "Type": "VPN",
5 "VPN": {
6 "Host": "v.ext.google.com",
7 "Type": "OpenVPN",
8 "OpenVPN": {
9 "AuthRetry": "interact",
10 "CompLZO": "true",
11 "KeyDirection": "1",
12 "Password": "some password",
13 "Port": 443,
14 "Proto": "udp",
15 "PushPeerInfo": true,
16 "RemoteCertEKU": "TLS Web Server Authentication",
17 "RemoteCertKU": [
18 "e0"
19 ],
20 "RemoteCertTLS": "server",
21 "RenegSec": 0,
22 "SaveCredentials": false,
23 "ServerCARef": "{14ff4d51-64c1-4c86-a622-054d8e55e750}",
24 "ServerPollTimeout": 10,
25 "StaticChallenge": "Please enter token OTP",
26 "TLSAuthContents": "-----BEGIN OpenVPN Static key V1-----\nf8a19b8fd dda3a38e06b883c48c83474\n0d1dfe7e5cadb2891387ac2d85198cdf\ne14274d03d12c4128c6c8 967f84b1b39\n22452fb869280cde868bcf3932615927\nab1948d951c19183276fa249fd6e1e5f\ nfc1c41400b59493a39cad872f5c7e777\n310d685d9c30abff7f206afc09cc99d9\ne40b2091e29 af5b37d191628fba6d86e\n3a239b45b1b5a6be3229663ee7a7dc67\n2fa5be59fe7ceb41d2c78f9 4237c2185\n0aea1b06d739bca83240671167ddd2c2\n9cfd931df468536bfd1be99cd05160d8\n0 9ebfe4b8da88fb1923b19ad1abfc45e\n0402321e41af54e7d19ac95b1a7cec9a\nbf60a8eabcd5e ecc84773af211477ee9\n9c988269638f9f1bb668028bb688dea2\nEND OpenVPN Static key V1 -----\n",
27 "TLSRemote": "v.ext.google.com",
28 "Username": "some username",
29 }
30 }
31 }
OLDNEW
« no previous file with comments | « chrome/test/data/chromeos/network_settings/valid_l2tpipsec.onc ('k') | chromeos/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698