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

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

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: chromeos/test/data/network/toplevel_openvpn_clientcert_with_cert_pems.onc
diff --git a/chromeos/test/data/network/toplevel_openvpn_clientcert.onc b/chromeos/test/data/network/toplevel_openvpn_clientcert_with_cert_pems.onc
similarity index 98%
rename from chromeos/test/data/network/toplevel_openvpn_clientcert.onc
rename to chromeos/test/data/network/toplevel_openvpn_clientcert_with_cert_pems.onc
index c4ff4a4d34e8e2225344339111a8a6a700370110..037e0a31829e56c50221380c0bb4b87a53c5994e 100644
--- a/chromeos/test/data/network/toplevel_openvpn_clientcert.onc
+++ b/chromeos/test/data/network/toplevel_openvpn_clientcert_with_cert_pems.onc
@@ -40,7 +40,7 @@
"TLSAuthContents": "-----BEGIN OpenVPN Static key V1-----\naaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\naaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\naaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\naaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\naaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\naaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\naaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\naaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\naaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\naaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\naaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\naaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\naaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\naaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\naaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\naaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\nEND OpenVPN Static key V1-----\n",
"TLSRemote": "MyOpenVPNServer",
"SaveCredentials": false,
- "ServerCARef": "{55ca78f6-0842-4e1b-96a3-09a9e1a26ef5}",
+ "ServerCAPEMs": [ "pem1" ],
"ClientCertType": "Pattern",
"ClientCertPattern": {
"Issuer": {
« no previous file with comments | « chromeos/test/data/network/toplevel_openvpn_clientcert.onc ('k') | chromeos/test/data/network/toplevel_partially_invalid.onc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698