summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_usermanager.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2016-06-28 22:36:49 -0500
committerChris Buechler <cmb@pfsense.org>2016-06-28 22:36:49 -0500
commit31df78a89d5bc789a68bfdb1dfc5b27dadb36ccf (patch)
tree04316e7c7ba07bd07f80c6d846c55060bf43ad80 /src/usr/local/www/system_usermanager.php
parent1731599435d7f2e4c88020b8a9e94cb9e614caa9 (diff)
parent62a9863c1830ea36c5de4880426b2c8f1ddd9c5c (diff)
downloadpfsense-31df78a89d5bc789a68bfdb1dfc5b27dadb36ccf.zip
pfsense-31df78a89d5bc789a68bfdb1dfc5b27dadb36ccf.tar.gz
Merge pull request #2944 from stilez/patch-23
Diffstat (limited to 'src/usr/local/www/system_usermanager.php')
-rw-r--r--src/usr/local/www/system_usermanager.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/usr/local/www/system_usermanager.php b/src/usr/local/www/system_usermanager.php
index 8f14128..4f06569 100644
--- a/src/usr/local/www/system_usermanager.php
+++ b/src/usr/local/www/system_usermanager.php
@@ -841,9 +841,14 @@ if ($act == "new" || $act == "edit" || $input_errors):
512 => '512 bits',
1024 => '1024 bits',
2048 => '2048 bits',
+ 3072 => '3072 bits',
4096 => '4096 bits',
+ 7680 => '7680 bits',
+ 8192 => '8192 bits',
+ 15360 => '15360 bits',
+ 16384 => '16384 bits'
)
- ));
+ ))->setHelp('The larger the key, the more security it offers, but larger keys take considerably more time to generate, and take slightly longer to validate leading to a slight slowdown in setting up new sessions (not always noticeable). 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;.');
$section->addInput(new Form_Input(
'lifetime',
OpenPOWER on IntegriCloud