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

Unified Diff: chrome/test/data/chromeos/net/shill_for_toplevel_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, 6 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/chromeos/net/shill_for_toplevel_openvpn_clientcert.json
diff --git a/chrome/test/data/chromeos/net/shill_for_toplevel_openvpn_clientcert.json b/chrome/test/data/chromeos/net/shill_for_toplevel_openvpn_clientcert.json
index ab743263d7b86367edc83045f4efe1ff961a870b..93034e839cfcb794ed510d511819a29dbf16cc77 100644
--- a/chrome/test/data/chromeos/net/shill_for_toplevel_openvpn_clientcert.json
+++ b/chrome/test/data/chromeos/net/shill_for_toplevel_openvpn_clientcert.json
@@ -1,11 +1,11 @@
-{
+{
"{408290ea-9299-4757-ab04-8957d55f0f13}": {
"GUID": "{408290ea-9299-4757-ab04-8957d55f0f13}",
"Name": "MyVPN",
"OpenVPN.AuthRetry": "interact",
// Not needed by Shill.
// "OpenVPN.AuthUserPass": "",
- "OpenVPN.CACertNSS": "{55ca78f6-0842-4e1b-96a3-09a9e1a26ef5}",
+ "OpenVPN.CACertPEM": [ "pem1" ],
"OpenVPN.CompLZO": "true",
"OpenVPN.KeyDirection": "1",
"OpenVPN.Port": "443",

Powered by Google App Engine
This is Rietveld 408576698