Update translations from Transifex
[platform/upstream/openconnect.git] / www / features.xml
1 <PAGE>
2         <VAR match="VAR_ORIGIN" replace="" />
3         <VAR match="VAR_CVSID" replace=""/>
4         <INCLUDE file="inc/header.tmpl" />
5
6         <VAR match="VAR_SEL_FEATURES" replace="selected" />
7         <VAR match="VAR_SEL_FEATURE_MAIN" replace="selected" />
8         <PARSE file="menu1.xml" />
9         <PARSE file="menu2-features.xml" />
10
11         <INCLUDE file="inc/content.tmpl" />
12         <h1>Features</h1>
13
14 <ul>
15   <li>Connection through HTTP proxy, including <a href="http://code.google.com/p/libproxy/">libproxy</a> support for automatic proxy configuration.</li>
16   <li>Connection through SOCKS5 proxy.</li>
17   <li>Automatic detection of IPv4 and IPv6 address, routes.</li>
18   <li>Authentication via HTTP forms.</li>
19   <li>Authentication using SSL certificates &#8212; from local file, <a href="http://en.wikipedia.org/wiki/Trusted_Platform_Module">Trusted Platform Module</a> and <i>(when built with GnuTLS)</i> PKCS#11 smartcards.</li>
20   <li><i>UserGroup</i> support for selecting between multiple configurations on a single VPN server.</li>
21   <li>Data transport over TCP <i>(HTTPS)</i> or UDP <i>(DTLS)</i>.</li>
22   <li>Keepalive and Dead Peer Detection on both HTTPS and DTLS.</li>
23   <li>Automatic update of VPN server list / configuration.</li>
24   <li>Roaming support, allowing reconnection when the local IP address changes.</li>
25   <li>Run without root privileges <i>(see <a href="nonroot.html">here</a>)</i>.</li>
26   <li>"Cisco Secure Desktop" support <i>(see <a href="csd.html">here</a>)</i>.</li>
27   <li>Graphical connection tools for various environments <i>(see <a href="gui.html">here</a>)</i>.</li>
28 </ul>
29
30 <INCLUDE file="inc/footer.tmpl" />
31 </PAGE>