bugzilla-daemon at mindrot.org
2003-Jul-02 12:09 UTC
[Bug 612] moduli.5 documentation doesn't match ssh code (off by 1)
http://bugzilla.mindrot.org/show_bug.cgi?id=612 Summary: moduli.5 documentation doesn't match ssh code (off by 1) Product: Portable OpenSSH Version: -current Platform: All OS/Version: All Status: NEW Severity: trivial Priority: P2 Component: sshd AssignedTo: openssh-bugs at mindrot.org ReportedBy: wsimpson at greendragon.com Just discovered that ssh/dh.c interprets the /etc/moduli file in a slightly different way from the documentation, due to an historic accident (an off by 1 error) by the OpenSSH coder. Easier to change the documention than the installed base ;-) [I'm the original author, as /etc/moduli was originally used in Photuris.] ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2003-Jul-02 12:17 UTC
[Bug 612] moduli.5 documentation doesn't match ssh code (off by 1)
http://bugzilla.mindrot.org/show_bug.cgi?id=612 ------- Additional Comments From wsimpson at greendragon.com 2003-07-02 22:17 ------- [The attachment feature didn't work, at least on the web interface.] [NetBSD patch] Index: moduli.5 ==================================================================RCS file: /cvsroot/src/crypto/dist/ssh/moduli.5,v retrieving revision 1.7 diff -r1.7 moduli.5 133c133 < Specifies the number of significant bits. ---> Specifies the number of the most significant bit (0 to M).------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2003-Jul-04 15:10 UTC
[Bug 612] moduli.5 documentation doesn't match ssh code (off by 1)
http://bugzilla.mindrot.org/show_bug.cgi?id=612 markus at openbsd.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From markus at openbsd.org 2003-07-05 01:10 ------- thanks, fix for the next release. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.