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

Side by Side Diff: chromeos/test/data/network/wifi_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, 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
« no previous file with comments | « chromeos/test/data/network/valid_wifi_clientcert.onc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "GUID": "{77db0089-0bc8-4358-929c-123xcv}", 2 "GUID": "{77db0089-0bc8-4358-929c-123xcv}",
3 "Type": "WiFi", 3 "Type": "WiFi",
4 "Name": "SomeWifi-XY", 4 "Name": "SomeWifi-XY",
5 "WiFi": { 5 "WiFi": {
6 "SSID": "SomeWifi-XY", 6 "SSID": "SomeWifi-XY",
7 "Security": "WPA-EAP", 7 "Security": "WPA-EAP",
8 "Recommended": [ "AutoConnect" ], 8 "Recommended": [ "AutoConnect" ],
9 "EAP": { 9 "EAP": {
10 "Outer": "EAP-TLS", 10 "Outer": "EAP-TLS",
11 "Identity": "abc ${LOGIN_ID}@my.domain.com", 11 "Identity": "abc ${LOGIN_ID}@my.domain.com",
12 "UseSystemCAs": true, 12 "UseSystemCAs": true,
13 "ClientCertType": "Pattern", 13 "ClientCertType": "Pattern",
14 "ClientCertPattern": { 14 "ClientCertPattern": {
15 "IssuerCARef": [ 15 "IssuerCAPEMs": [
16 "{58ac1967-a0e7-49e9-be68-123abc}", 16 "pem1",
17 "{42cb13cd-140c-4941-9fb6-456def}" 17 "pem2"
18 ], 18 ],
19 "EnrollmentURI": [ "chrome-extension://delkjfjibodjclmdijflfnimd mgdagfk/generate-cert.html" ] 19 "EnrollmentURI": [ "chrome-extension://delkjfjibodjclmdijflfnimd mgdagfk/generate-cert.html" ]
20 }, 20 },
21 "Recommended": [ "Identity" ], 21 "Recommended": [ "Identity" ],
22 "SaveCredentials": true 22 "SaveCredentials": true
23 } 23 }
24 }, 24 },
25 "ProxySettings": { 25 "ProxySettings": {
26 "Type": "PAC", 26 "Type": "PAC",
27 "PAC": "https://proxycfg.my.domain.com/proxy.dat" 27 "PAC": "https://proxycfg.my.domain.com/proxy.dat"
28 } 28 }
29 } 29 }
OLDNEW
« no previous file with comments | « chromeos/test/data/network/valid_wifi_clientcert.onc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698