[Bug 2047] New: Definition of Sophie Germain primes is wrong in manual moduli.5
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Tue Nov 6 03:33:38 EST 2012
https://bugzilla.mindrot.org/show_bug.cgi?id=2047
Priority: P5
Bug ID: 2047
Assignee: unassigned-bugs at mindrot.org
Summary: Definition of Sophie Germain primes is wrong in manual
moduli.5
Severity: normal
Classification: Unclassified
OS: Linux
Reporter: plautrba at redhat.com
Hardware: Other
Status: NEW
Version: 6.1p1
Component: Documentation
Product: Portable OpenSSH
+++ This bug was initially created as a clone of Bug
https://bugzilla.redhat.com/show_bug.cgi?id=841065 +++
Description of problem:
man moduli says:
4 Sophie Germain; (p+1)*2 is also prime.
but, (p+1)*2 is obviously NOT a prime.
It should be p*2+1.
http://mathworld.wolfram.com/SophieGermainPrime.html
Version-Release number of selected component (if applicable):
openssh-server-5.8p2-25.fc16.x86_64
How reproducible:
Always
Steps to Reproduce:
1. man moduli
2. search for "Sophie"
Actual results:
4 Sophie Germain; (p+1)*2 is also prime.
Expected results:
4 Sophie Germain; p*2+1 is also prime.
--
You are receiving this mail because:
You are watching the assignee of the bug.
More information about the openssh-bugs
mailing list