https://bugs.winehq.org/show_bug.cgi?id=52426
Bug ID: 52426 Summary: BCryptSignHash mishandles empty arguments Product: Wine Version: 7.0 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: bcrypt Assignee: wine-bugs@winehq.org Reporter: janisozaur+wine@gmail.com Distribution: ---
Created attachment 71684 --> https://bugs.winehq.org/attachment.cgi?id=71684 BCrypt test program
BCryptSignHash should provide count of bytes required for signature when provided with NULL value for pbOutput, but mishandles this parameter. Sample application is provided