summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorstilez <stilez@users.noreply.github.com>2016-05-08 04:52:09 +0100
committerStephen Beaver <sbeaver@netgate.com>2016-06-22 11:07:04 -0400
commit2fe2d1945a1da3ae81350ea8dfb5208fed2e3f35 (patch)
tree22d4d37ed478a4bb49ae3f9ff17b87cfb0db22f6 /src
parent27626198742caf832ca781bea21a6a31b45572d6 (diff)
downloadpfsense-2fe2d1945a1da3ae81350ea8dfb5208fed2e3f35.zip
pfsense-2fe2d1945a1da3ae81350ea8dfb5208fed2e3f35.tar.gz
Update OpenVPN Wizard to include missing key sizes
...and add some useful info to guide the user. (cherry picked from commit 49810252681df9bd553e2221c885ceffaa2c4c7f)
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/wizards/openvpn_wizard.xml24
1 files changed, 22 insertions, 2 deletions
diff --git a/src/usr/local/www/wizards/openvpn_wizard.xml b/src/usr/local/www/wizards/openvpn_wizard.xml
index a4498bd..02a651f 100644
--- a/src/usr/local/www/wizards/openvpn_wizard.xml
+++ b/src/usr/local/www/wizards/openvpn_wizard.xml
@@ -367,7 +367,7 @@
<field>
<name>keylength</name>
<displayname>Key length</displayname>
- <description>&lt;br/&gt;Size of the key which will be generated. The larger the key, the more security it offers, but larger keys are generally slower to use.</description>
+ <description>&lt;br/&gt;Size of the key which will be generated. The larger the key, the more security it offers, but larger keys are generally slower to use. As of 2016, 2048 bit is the minimum and most common selection and 4096 is the maximum in common use. For more information see &lt;a href="https://keylength.com"&gt;keylength.com&lt;/a&gt;</description>
<type>select</type>
<value>2048</value>
<bindstofield>ovpnserver->step6->keylength</bindstofield>
@@ -385,9 +385,29 @@
<value>2048</value>
</option>
<option>
- <name>4096 bit</name>
+ <name>3072 bit</name>
+ <value>3072</value>
+ </option>
+ <option>
+ <name>4096 bit (maximum commonly used as of 2016)</name>
<value>4096</value>
</option>
+ <option>
+ <name>7680 bit</name>
+ <value>7680</value>
+ </option>
+ <option>
+ <name>8192 bit</name>
+ <value>8192</value>
+ </option>
+ <option>
+ <name>15360 bit</name>
+ <value>15360</value>
+ </option>
+ <option>
+ <name>16384 bit</name>
+ <value>16384</value>
+ </option>
</options>
</field>
<field>
OpenPOWER on IntegriCloud