[Bug 2231] New: Use EVP_Digest for oneshot digest calculation

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Fri Apr 18 17:43:07 EST 2014


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

            Bug ID: 2231
           Summary: Use EVP_Digest for oneshot digest calculation
           Product: Portable OpenSSH
           Version: 6.6p1
          Hardware: Other
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: Miscellaneous
          Assignee: unassigned-bugs at mindrot.org
          Reporter: timo.teras at iki.fi

Created attachment 2428
  --> https://bugzilla.mindrot.org/attachment.cgi?id=2428&action=edit
suggested patch

It would be preferable to use EVP_Digest for oneshot digest
calculation:
 - one calloc/free less
 - EVP_Digest properly sets oneshot flag (certain hardware accelerators
   work only if the flag is set)

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


More information about the openssh-bugs mailing list