OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
5 <link rel="stylesheet" href="onc_spec.css" > | 5 <link rel="stylesheet" href="onc_spec.css" > |
6 <script src="onc_spec.js"></script> | 6 <script src="onc_spec.js"></script> |
7 <title>Open Network Configuration Format</title> | 7 <title>Open Network Configuration Format</title> |
8 </head> | 8 </head> |
9 <body> | 9 <body> |
10 | 10 |
(...skipping 2020 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2031 <span class="type">boolean</span> | 2031 <span class="type">boolean</span> |
2032 </span> | 2032 </span> |
2033 Required server certificate to be signed by "system default certificate | 2033 Required server certificate to be signed by "system default certificate |
2034 authorities". If both <span class="field">ServerCARefs</span> (or <span cl
ass="field">ServerCARef</span>) | 2034 authorities". If both <span class="field">ServerCARefs</span> (or <span cl
ass="field">ServerCARef</span>) |
2035 and <span class="field">UseSystemCAs</span> are supplied, a server | 2035 and <span class="field">UseSystemCAs</span> are supplied, a server |
2036 certificate will be allowed if it either has a chain of trust to a system | 2036 certificate will be allowed if it either has a chain of trust to a system |
2037 CA or to one of the given CA certificates. If <span class="field">UseSyste
mCAs</span> | 2037 CA or to one of the given CA certificates. If <span class="field">UseSyste
mCAs</span> |
2038 is <span class="value">false</span>, and no <span class="field">ServerCARe
f</span> is set, the certificate | 2038 is <span class="value">false</span>, and no <span class="field">ServerCARe
f</span> is set, the certificate |
2039 must be a self signed certificate, and no CA signature is required. | 2039 must be a self signed certificate, and no CA signature is required. |
2040 </dd> | 2040 </dd> |
| 2041 |
| 2042 <dt class="field">UseProactiveKeyCaching</dt> |
| 2043 <dd> |
| 2044 <span class="field_meta"> |
| 2045 (optional, defaults to <span class="value">false</span>) |
| 2046 <span class="type">boolean</span> |
| 2047 </span> |
| 2048 Indicates whether Proactive Key Caching (also known as Opportunistic |
| 2049 Key Caching) should be used on a per-service basis. |
| 2050 </dd> |
2041 </dl> | 2051 </dl> |
2042 | 2052 |
2043 <p class="rule"> | 2053 <p class="rule"> |
2044 <span class="rule_id"></span> | 2054 <span class="rule_id"></span> |
2045 At most one of <span class="field">ServerCARefs</span> and <span class="fiel
d">ServerCARef</span> can be set. | 2055 At most one of <span class="field">ServerCARefs</span> and <span class="fiel
d">ServerCARef</span> can be set. |
2046 </p> | 2056 </p> |
2047 </section> | 2057 </section> |
2048 | 2058 |
2049 <section> | 2059 <section> |
2050 <h1>WiMAX Networks</h1> | 2060 <h1>WiMAX Networks</h1> |
(...skipping 1080 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3131 is transmitted or saved to disk should be secure. On client device, when | 3141 is transmitted or saved to disk should be secure. On client device, when |
3132 user names for connections that are user-specific are persisted to disk, | 3142 user names for connections that are user-specific are persisted to disk, |
3133 they should be stored in a location that is encrypted. Users can also opt in | 3143 they should be stored in a location that is encrypted. Users can also opt in |
3134 these cases to not save their user credentials in the config file and will | 3144 these cases to not save their user credentials in the config file and will |
3135 instead be prompted when they are needed. | 3145 instead be prompted when they are needed. |
3136 </p> | 3146 </p> |
3137 </section> | 3147 </section> |
3138 </section> | 3148 </section> |
3139 </body> | 3149 </body> |
3140 </html> | 3150 </html> |
OLD | NEW |