[Bug 2508] Wanting OpenSSL error messages in ssherr() for SSH_ERR_LIBCRYPTO_ERROR

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Fri Nov 27 02:32:26 AEDT 2015


https://bugzilla.mindrot.org/show_bug.cgi?id=2508

--- Comment #1 from Tomas Kuthan <tomas.kuthan at oracle.com> ---
Created attachment 2759
  --> https://bugzilla.mindrot.org/attachment.cgi?id=2759&action=edit
Simple and thread-unsafe patch to add OpenSSL error strings to ssherr()

For use in single-threaded OpenSSH binaries this patch based on static
error buffer for OpenSSL error strings should be sufficient.

For library API this would hardly be suitable.
Providing contextual error messages would probably require a more
robust and flexible error message framework.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.


More information about the openssh-bugs mailing list