bugzilla-daemon at bugzilla.mindrot.org
2015-Nov-26 15:04 UTC
[Bug 2507] New: missing or misleading error messages
https://bugzilla.mindrot.org/show_bug.cgi?id=2507
Bug ID: 2507
Summary: missing or misleading error messages
Product: Portable OpenSSH
Version: 7.1p1
Hardware: Sparc
OS: Solaris
Status: NEW
Severity: normal
Priority: P5
Component: ssh
Assignee: unassigned-bugs at mindrot.org
Reporter: tomas.kuthan at oracle.com
After code refactoring for library-like interfaces, error messages are
no longer printed for DSA_do_sign() or RSA_sign() failures in some code
paths.
When investigating error messaging for signing failures I also noticed,
that incorrect messages are printed for sshkey_from_blob() and
sshkey_sign() errors in ssh-agent.c.
--
You are receiving this mail because:
You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2015-Nov-26 15:06 UTC
[Bug 2507] missing or misleading error messages
https://bugzilla.mindrot.org/show_bug.cgi?id=2507 --- Comment #1 from Tomas Kuthan <tomas.kuthan at oracle.com> --- Created attachment 2758 --> https://bugzilla.mindrot.org/attachment.cgi?id=2758&action=edit Call error() on identity_sign() failure, fix typos in ssherr() calls. -- You are receiving this mail because: You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2015-Nov-28 12:42 UTC
[Bug 2507] missing or misleading error messages
https://bugzilla.mindrot.org/show_bug.cgi?id=2507
flavio.gallucci at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |flavio.gallucci at gmail.com
--- Comment #2 from flavio.gallucci at gmail.com ---
openssh 6x doesn't give this problem.
--
You are receiving this mail because:
You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2015-Dec-11 02:20 UTC
[Bug 2507] missing or misleading error messages
https://bugzilla.mindrot.org/show_bug.cgi?id=2507
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
CC| |djm at mindrot.org
Blocks| |2451
--- Comment #3 from Damien Miller <djm at mindrot.org> ---
Patch applied - thanks. This will be in the OpenSSH 7.2 release.
Referenced Bugs:
https://bugzilla.mindrot.org/show_bug.cgi?id=2451
[Bug 2451] Bugs intended to be fixed in 7.2
--
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2016-Aug-02 00:40 UTC
[Bug 2507] missing or misleading error messages
https://bugzilla.mindrot.org/show_bug.cgi?id=2507
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #4 from Damien Miller <djm at mindrot.org> ---
Close all resolved bugs after 7.3p1 release
--
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
Maybe Matching Threads
- [Bug 2510] New: building fail for unsupported key type
- [Bug 2469] New: ssh connection hangs indefinitely on EPIPE
- how to generate a matrix by an my data.frame
- [Bug 2737] New: function identity_sign() assume private key's pub part as same as the .pub key.
- [Bug 2511] New: Drop fine-grained privileges on Illumos/Solaris