"Issuing Certificates with "Public Exponent: 1 (0x1)""
pull/1/head
Wytze van der Raay 10 years ago
parent 0ea8880f4f
commit 69eee6b7b4

@ -173,7 +173,7 @@ function checkWeakKeyText($text)
$exponent = $exponent[1]; // exponent might be very big =>
//handle as string using bc*()
if (bccomp($exponent, "3") === 0)
if (bccomp($exponent, "65537") < 0)
{
return sprintf(_("The keys you use might be insecure. ".
"Although there is currently no known attack for ".

Loading…
Cancel
Save