diff options
author | Michael Tänzer <neo@nhng.de> | 2011-04-06 12:11:03 +0200 |
---|---|---|
committer | Michael Tänzer <neo@nhng.de> | 2011-04-06 12:11:03 +0200 |
commit | b23ac549d4db4891e0d694ac6b69a5834905f42f (patch) | |
tree | ae0cc8b63c2726e51c305227c0f58c25fb8c4efe /includes | |
parent | e2cad28b9dd071297b047b726c5d197f4af7c144 (diff) | |
download | cacert-devel-b23ac549d4db4891e0d694ac6b69a5834905f42f.tar.gz cacert-devel-b23ac549d4db4891e0d694ac6b69a5834905f42f.tar.xz cacert-devel-b23ac549d4db4891e0d694ac6b69a5834905f42f.zip |
#918: Link to new wiki page
#918: "Weak keys in certificates"
Signed-off-by: Michael Tänzer <neo@nhng.de>
Diffstat (limited to 'includes')
-rw-r--r-- | includes/account_stuff.php | 8 |
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 || |