From 1d4239471723c42a14bad40793dbc3d849cd1145 Mon Sep 17 00:00:00 2001 From: stilez Date: Sun, 8 May 2016 05:04:27 +0100 Subject: 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) --- src/usr/local/www/wizards/openvpn_wizard.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 @@ keylength Key length - <br/>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 <a href="https://keylength.com">keylength.com</a> + <br/>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 <a href="https://keylength.com">keylength.com</a> select 2048 ovpnserver->step6->keylength -- cgit v1.1