https://bugzilla.mindrot.org/show_bug.cgi?id=2699
Damien Miller <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |[email protected] Assignee|[email protected] |[email protected] Attachment #2990| |ok?([email protected]) Flags| | --- Comment #3 from Damien Miller <[email protected]> --- Created attachment 2990 --> https://bugzilla.mindrot.org/attachment.cgi?id=2990&action=edit search first entry in libcrypto error stack for better error OpenSSL makes it unfortunately painful to determine the actual problem when it fails, by scattering root and proximal problems across an error stack. This patch searches deeper in the stack and prefers to return "wrong passphrase" errors when it finds them to other causes. -- 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. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
