summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rw-r--r--includes/account_stuff.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/includes/account_stuff.php b/includes/account_stuff.php
index fd480b3..a38890e 100644
--- a/includes/account_stuff.php
+++ b/includes/account_stuff.php
@@ -340,7 +340,7 @@ function hideall() {
"distributed by debian. Please generate new keys. More ".
"information about this issue can be found in %sthe ".
"wiki%s"),
- "<a href='//wiki.cacert.org/DebianVulnerabilityHandling'>",
+ "<a href='//wiki.cacert.org/WeakKeys#DebianVulnerability'>",
"</a>");
} elseif ($debianVuln !== 0) {
trigger_error("checkWeakKeyCSR(): Something went wrong in the ".
@@ -415,7 +415,7 @@ function hideall() {
"distributed by debian. Please generate new keys. More ".
"information about this issue can be found in %sthe ".
"wiki%s"),
- "<a href='//wiki.cacert.org/DebianVulnerabilityHandling'>",
+ "<a href='//wiki.cacert.org/WeakKeys#DebianVulnerability'>",
"</a>");
} elseif ($debianVuln !== 0) {
trigger_error("checkWeakKeySPKAC(): Something went ".
@@ -470,7 +470,7 @@ function hideall() {
"and therefore insecure. Please generate stronger ".
"keys. More information about this issue can be ".
"found in %sthe wiki%s"),
- "<a href='//wiki.cacert.org/'>",
+ "<a href='//wiki.cacert.org/WeakKeys#SmallKey'>",
"</a>");
} elseif ($keysize < 2048) {
// not critical but log so we have some statistics about
@@ -498,7 +498,7 @@ function hideall() {
"keys. Please generate stronger keys. More ".
"information about this issue can be found in ".
"%sthe wiki%s"),
- "<a href='//wiki.cacert.org/'>",
+ "<a href='//wiki.cacert.org/WeakKeys#SmallExponent'>",
"</a>");
} elseif (!(bccomp($exponent, "65537") >= 0 &&
(bccomp($exponent, "100000") === -1 ||