summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/wizards
diff options
context:
space:
mode:
authorstilez <stilez@users.noreply.github.com>2016-05-08 05:04:27 +0100
committerStephen Beaver <sbeaver@netgate.com>2016-06-22 11:06:25 -0400
commit34bf7dee067512b434ebe4a38635dc13a7f17ece (patch)
treeb571ccbe7c191a17e62f1a5f2a2e1da71de84904 /src/usr/local/www/wizards
parent1f80105dd7f74bdc2a8dc179a6f28a74c5745e3c (diff)
downloadpfsense-34bf7dee067512b434ebe4a38635dc13a7f17ece.zip
pfsense-34bf7dee067512b434ebe4a38635dc13a7f17ece.tar.gz
Accuracy
Large keys are not "slower to use" in many cases, since they are only used to validate or set up a session. An ongoing session usually transfers to a symmetric algorithm once established, and the user won't notice the short extra delay in session startup. (cherry picked from commit d4fdce4e2e3456c9d89b61e11b1d31e2f83624a5)
Diffstat (limited to 'src/usr/local/www/wizards')
-rw-r--r--src/usr/local/www/wizards/openvpn_wizard.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/wizards/openvpn_wizard.xml b/src/usr/local/www/wizards/openvpn_wizard.xml
index 59a0cc3..177f90f 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. 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>
+ <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 slower to generate and at the start of a session. 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>
OpenPOWER on IntegriCloud