[Bug 1096] ssh-keygen broken on HPUX

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Fri Sep 30 01:31:59 EST 2005


http://bugzilla.mindrot.org/show_bug.cgi?id=1096

           Summary: ssh-keygen broken on HPUX
           Product: Portable OpenSSH
           Version: 4.2p1
          Platform: HPPA
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: ssh-keygen
        AssignedTo: bitbucket at mindrot.org
        ReportedBy: o.flebbe at science-computing.de


Hi, 

ssh-keygen is broken on HP-UX. For instance

>ssh-keygen -t dsa -b1024
Bits has bad value 1024 (too small)

Reason: usage of openbsd replacement of _both_ strtonum and strtoll: 
The protoype of strtoll is missing from openbsd-compat.h so strtonum is miscompiled.

This should affact all platforms without both "strtonum" and "strtoll".

Patch appended.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




More information about the openssh-bugs mailing list