summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorMichael Tänzer <neo@nhng.de>2013-03-27 00:25:56 +0100
committerMichael Tänzer <neo@nhng.de>2013-03-27 00:25:56 +0100
commitc190302739d470d6c8fd43d93b5fad776323d467 (patch)
tree8a29002e6044cecc45e94a6420ab78c8066d8275 /includes
parentf536427110de8b052bf24827ca66bdc2c8f81937 (diff)
downloadcacert-devel-c190302739d470d6c8fd43d93b5fad776323d467.tar.gz
cacert-devel-c190302739d470d6c8fd43d93b5fad776323d467.tar.xz
cacert-devel-c190302739d470d6c8fd43d93b5fad776323d467.zip
bug 918: Adjust the minimum key length in the IE key generationbug-918
Signed-off-by: Michael Tänzer <neo@nhng.de>
Diffstat (limited to 'includes')
-rw-r--r--includes/keygen.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/keygen.php b/includes/keygen.php
index 09ec7f9..2713a81 100644
--- a/includes/keygen.php
+++ b/includes/keygen.php
@@ -75,7 +75,7 @@ if (array_key_exists('HTTP_USER_AGENT',$_SERVER) && strstr($_SERVER['HTTP_USER_A
<p style="color:red"><?php
printf(_('Please note that RSA key sizes smaller than %d bit '.
'will not be accepted by CAcert.'),
- 1024)?>
+ 2048)?>
</p>
</fieldset>