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

Side by Side Diff: chromeos/test/data/network/wifi_clientcert_with_cert_pems.onc

Issue 1085703002: Add an ONC property for proactive key caching. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add tests for converting in both directions. Created 5 years, 8 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
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 "HexSSID": "4F70656E577274", // Hex of "OpenWrt" 6 "HexSSID": "4F70656E577274", // Hex of "OpenWrt"
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 "UseProactiveKeyCaching": true,
12 "UseSystemCAs": true, 13 "UseSystemCAs": true,
13 "ClientCertType": "Pattern", 14 "ClientCertType": "Pattern",
14 "ClientCertPattern": { 15 "ClientCertPattern": {
15 "IssuerCAPEMs": [ 16 "IssuerCAPEMs": [
16 "pem1", 17 "pem1",
17 "pem2" 18 "pem2"
18 ], 19 ],
19 "EnrollmentURI": [ "chrome-extension://delkjfjibodjclmdijflfnimd mgdagfk/generate-cert.html" ] 20 "EnrollmentURI": [ "chrome-extension://delkjfjibodjclmdijflfnimd mgdagfk/generate-cert.html" ]
20 }, 21 },
21 "Recommended": [ "Identity" ], 22 "Recommended": [ "Identity" ],
22 "SaveCredentials": true 23 "SaveCredentials": true
23 } 24 }
24 }, 25 },
25 "ProxySettings": { 26 "ProxySettings": {
26 "Type": "PAC", 27 "Type": "PAC",
27 "PAC": "https://proxycfg.my.domain.com/proxy.dat" 28 "PAC": "https://proxycfg.my.domain.com/proxy.dat"
28 } 29 }
29 } 30 }
OLDNEW
« no previous file with comments | « chromeos/test/data/network/translation_of_shill_wifi_clientcert.onc ('k') | components/onc/docs/onc_spec.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698