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

Side by Side 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, 5 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "certificate_pattern": { 2 "certificate_pattern": {
3 "EnrollmentURI": [ 3 "EnrollmentURI": [
4 "chrome-extension://delkjfjibodjclmdijflfnimdmgdagfk/generate-cert.html" 4 "chrome-extension://delkjfjibodjclmdijflfnimdmgdagfk/generate-cert.html"
5 ], 5 ],
6 "IssuerCARef": [ 6 "IssuerCAPEMs": [
7 "{58ac1967-a0e7-49e9-be68-123abc}", 7 "pem1",
8 "{42cb13cd-140c-4941-9fb6-456def}" 8 "pem2"
9 ] 9 ]
10 }, 10 },
11 "certificate_type": "pattern", 11 "certificate_type": "pattern",
12 "onc_source": "user_policy" 12 "onc_source": "user_policy"
13 } 13 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698