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

Unified Diff: chromeos/test/data/network/l2tpipsec_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/l2tpipsec_clientcert_with_cert_pems.onc
diff --git a/chromeos/test/data/network/valid_l2tpipsec_clientcert.onc b/chromeos/test/data/network/l2tpipsec_clientcert_with_cert_pems.onc
similarity index 90%
rename from chromeos/test/data/network/valid_l2tpipsec_clientcert.onc
rename to chromeos/test/data/network/l2tpipsec_clientcert_with_cert_pems.onc
index 6f20b18a9c24f78d69e221b2ba7284f3a2919856..10fccf161dcc02e382bf2352b7f5fb25cdf32d81 100644
--- a/chromeos/test/data/network/valid_l2tpipsec_clientcert.onc
+++ b/chromeos/test/data/network/l2tpipsec_clientcert_with_cert_pems.onc
@@ -9,9 +9,9 @@
"ClientCertType": "Pattern",
"ClientCertPattern": {
"EnrollmentURI": [ "my.enrollment.url" ],
- "IssuerCARef": [
- "def",
- "abc"
+ "IssuerCAPEMs": [
+ "pem1",
+ "pem2"
],
"Issuer": {
"CommonName": "common_name",
« no previous file with comments | « chromeos/network/onc/onc_utils_unittest.cc ('k') | chromeos/test/data/network/managed_toplevel1_with_cert_pems.onc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698