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

Unified Diff: chromeos/test/data/network/valid_openvpn_with_cert_pems.onc

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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromeos/test/data/network/translation_of_shill_openvpn.onc ('k') | components/onc/docs/onc_spec.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/test/data/network/valid_openvpn_with_cert_pems.onc
diff --git a/chromeos/test/data/network/valid_openvpn_with_cert_pems.onc b/chromeos/test/data/network/valid_openvpn_with_cert_pems.onc
index b9d3fd69a26d263c8e6ad5ce960b60d223c4336a..e1be1c8161b23284fe3049f355afc00ec394abe0 100644
--- a/chromeos/test/data/network/valid_openvpn_with_cert_pems.onc
+++ b/chromeos/test/data/network/valid_openvpn_with_cert_pems.onc
@@ -8,6 +8,7 @@
"Type": "OpenVPN",
"OpenVPN": {
"AuthRetry": "interact",
+ "ClientCertType": "None",
"CompLZO": "true",
"KeyDirection": "1",
"Password": "some password",
@@ -27,6 +28,11 @@
"TLSAuthContents": "-----BEGIN OpenVPN Static key V1-----\n83f8e7ccd99be189b4663e18615f9166\nd885cdea6c8accb0ebf5be304f0b8081\n5404f2a6574e029815d7a2fb65b83d0c\n676850714c6a56b23415a78e06aad6b1\n34900dd512049598382039e4816cb5ff\n1848532b71af47578c9b4a14b5bca49f\n99e0ae4dae2f4e5eadfea374aeb8fb1e\na6fdf02adc73ea778dfd43d64bf7bc75\n7779d629498f8c2fbfd32812bfdf6df7\n8cebafafef3e5496cb13202274f2768a\n1959bc53d67a70945c4c8c6f34b63327\nfb60dc84990ffec1243461e0b6310f61\ne90aee1f11fb6292d6f5fcd7cd508aab\n50d80f9963589c148cb4b933ec86128d\ned77d3fad6005b62f36369e2319f52bd\n09c6d2e52cce2362a05009dc29b6b39a\n-----END OpenVPN Static key V1-----\n",
"TLSRemote": "my.domain.com",
"Username": "abc ${LOGIN_EMAIL} def",
+ "VerifyHash": "some hash",
+ "VerifyX509": {
+ "Name": "some x509 name",
+ "Type": "name-prefix"
+ }
}
}
}
« no previous file with comments | « chromeos/test/data/network/translation_of_shill_openvpn.onc ('k') | components/onc/docs/onc_spec.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698