diff options
author | gspencer@chromium.org <gspencer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-11 23:02:54 +0000 |
---|---|---|
committer | gspencer@chromium.org <gspencer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-11 23:02:54 +0000 |
commit | 01c988df2e091c8c1c7b2d0fe652124d8e2d0101 (patch) | |
tree | a4c2c68a29d0500d6422f72dc9a709919dbf38a3 /chromeos/test/data/network/valid_openvpn.onc | |
parent | 6ba4d65ab5e3dd39bb7098a4a19265cb7593f482 (diff) | |
download | chromium_src-01c988df2e091c8c1c7b2d0fe652124d8e2d0101.zip chromium_src-01c988df2e091c8c1c7b2d0fe652124d8e2d0101.tar.gz chromium_src-01c988df2e091c8c1c7b2d0fe652124d8e2d0101.tar.bz2 |
This moves the ONC parsing code into chromeos/network/onc
so that it can be used there without violating dependency
rules.
(Using the "refactoring" OWNERS TBR rule...)
BUG=none
TEST=ran unit tests
TBR=jhawkins@chromium.org
Review URL: https://chromiumcodereview.appspot.com/11299236
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172446 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromeos/test/data/network/valid_openvpn.onc')
-rw-r--r-- | chromeos/test/data/network/valid_openvpn.onc | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/chromeos/test/data/network/valid_openvpn.onc b/chromeos/test/data/network/valid_openvpn.onc new file mode 100644 index 0000000..512cb0e --- /dev/null +++ b/chromeos/test/data/network/valid_openvpn.onc @@ -0,0 +1,31 @@ +{ + "GUID": "{a3860e83-f03d-4cb1-bafa-b22c9e746950}", + "Name": "google-dogfood", + "Type": "VPN", + "VPN": { + "Host": "v.ext.google.com", + "Type": "OpenVPN", + "OpenVPN": { + "AuthRetry": "interact", + "CompLZO": "true", + "KeyDirection": "1", + "Password": "some password", + "Port": 443, + "Proto": "udp", + "PushPeerInfo": true, + "RemoteCertEKU": "TLS Web Server Authentication", + "RemoteCertKU": [ + "e0" + ], + "RemoteCertTLS": "server", + "RenegSec": 0, + "SaveCredentials": false, + "ServerCARef": "{14ff4d51-64c1-4c86-a622-054d8e55e750}", + "ServerPollTimeout": 10, + "StaticChallenge": "Please enter token OTP", + "TLSAuthContents": "-----BEGIN OpenVPN Static key V1-----\nf8a19b8fddda3a38e06b883c48c83474\n0d1dfe7e5cadb2891387ac2d85198cdf\ne14274d03d12c4128c6c8967f84b1b39\n22452fb869280cde868bcf3932615927\nab1948d951c19183276fa249fd6e1e5f\nfc1c41400b59493a39cad872f5c7e777\n310d685d9c30abff7f206afc09cc99d9\ne40b2091e29af5b37d191628fba6d86e\n3a239b45b1b5a6be3229663ee7a7dc67\n2fa5be59fe7ceb41d2c78f94237c2185\n0aea1b06d739bca83240671167ddd2c2\n9cfd931df468536bfd1be99cd05160d8\n09ebfe4b8da88fb1923b19ad1abfc45e\n0402321e41af54e7d19ac95b1a7cec9a\nbf60a8eabcd5eecc84773af211477ee9\n9c988269638f9f1bb668028bb688dea2\nEND OpenVPN Static key V1-----\n", + "TLSRemote": "v.ext.google.com", + "Username": "some username", + } + } +} |