diff options
author | jim-p <jimp@pfsense.org> | 2011-01-20 17:18:07 -0500 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2011-01-20 17:19:34 -0500 |
commit | 582c58ae1ea2fd56a18a31ba011f28921b38d8b6 (patch) | |
tree | 32c85712d0e5f9039af420579073c1a481964441 /usr/local/www/wizards/openvpn_wizard.xml | |
parent | 1801c22373d998409261841cbff03a0a1f7e7077 (diff) | |
download | pfsense-582c58ae1ea2fd56a18a31ba011f28921b38d8b6.zip pfsense-582c58ae1ea2fd56a18a31ba011f28921b38d8b6.tar.gz |
Add drop-down to select OpenVPN hardware crypto (finds usable devices from "openssl engine" list) for clients and servers.
Diffstat (limited to 'usr/local/www/wizards/openvpn_wizard.xml')
-rw-r--r-- | usr/local/www/wizards/openvpn_wizard.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/usr/local/www/wizards/openvpn_wizard.xml b/usr/local/www/wizards/openvpn_wizard.xml index e28507b..1108a05 100644 --- a/usr/local/www/wizards/openvpn_wizard.xml +++ b/usr/local/www/wizards/openvpn_wizard.xml @@ -692,6 +692,19 @@ <description><br/>The method used to encrypt traffic between endpoints. This setting must match on the client and server side, but is otherwise set however you like. Certain algorithms will perform better on different hardware, depending on the availability of supported VPN accelerator chips.</description> </field> <field> + <name>engine</name> + <type>select</type> + <displayname>Hardware Crypto</displayname> + <bindstofield>ovpnserver->step10->engine</bindstofield> + <options> + <option> + <name>dummy</name> + <value>dummy</value> + </option> + </options> + <description><br/>The hardware cryptographic accelerator to use for this VPN connection, if any.</description> + </field> + <field> <type>listtopic</type> <name>Tunnel Settings</name> </field> |