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

Unified Diff: chromeos/test/data/network/uidata_for_wifi_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: chromeos/test/data/network/uidata_for_wifi_clientcert.json
diff --git a/chromeos/test/data/network/uidata_for_wifi_clientcert.json b/chromeos/test/data/network/uidata_for_wifi_clientcert.json
index f8ec949330f224df39b32e624ee88faf92fdec04..b7af987e16aa7b268164c6cc2d455a821b5e1427 100644
--- a/chromeos/test/data/network/uidata_for_wifi_clientcert.json
+++ b/chromeos/test/data/network/uidata_for_wifi_clientcert.json
@@ -3,9 +3,9 @@
"EnrollmentURI": [
"chrome-extension://delkjfjibodjclmdijflfnimdmgdagfk/generate-cert.html"
],
- "IssuerCARef": [
- "{58ac1967-a0e7-49e9-be68-123abc}",
- "{42cb13cd-140c-4941-9fb6-456def}"
+ "IssuerCAPEMs": [
+ "pem1",
+ "pem2"
]
},
"certificate_type": "pattern",

Powered by Google App Engine
This is Rietveld 408576698