[Bug 2699] PKCS#8 private keys with AES-128-CBC stopped working

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Fri Jun 9 14:38:21 AEST 2017


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

Damien Miller <djm at mindrot.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |dtucker at zip.com.au
           Assignee|unassigned-bugs at mindrot.org |djm at mindrot.org
   Attachment #2990|                            |ok?(dtucker at zip.com.au)
              Flags|                            |

--- Comment #3 from Damien Miller <djm at mindrot.org> ---
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.


More information about the openssh-bugs mailing list