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

Unified Diff: chromeos/test/data/network/toplevel_wifi_eap_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_wifi_eap_clientcert_with_cert_pems.onc
diff --git a/chromeos/test/data/network/toplevel_wifi_eap_clientcert.onc b/chromeos/test/data/network/toplevel_wifi_eap_clientcert_with_cert_pems.onc
similarity index 98%
rename from chromeos/test/data/network/toplevel_wifi_eap_clientcert.onc
rename to chromeos/test/data/network/toplevel_wifi_eap_clientcert_with_cert_pems.onc
index a800e3a2b860e265b15d697e8f40cabcbdac8e2d..29c069898426783aa4bb011d6e4b6e31087f61d3 100644
--- a/chromeos/test/data/network/toplevel_wifi_eap_clientcert.onc
+++ b/chromeos/test/data/network/toplevel_wifi_eap_clientcert_with_cert_pems.onc
@@ -12,7 +12,7 @@
"EAP": {
"Outer": "EAP-TLS",
"UseSystemCAs": true,
- "ServerCARef": "{f5f2c9c9-0079-a712-49da21137af62fdd}",
+ "ServerCAPEMs": [ "pem1", "pem2" ],
"ClientCertType": "Pattern",
"ClientCertPattern": {
"Issuer": {

Powered by Google App Engine
This is Rietveld 408576698