https://bugs.winehq.org/show_bug.cgi?id=44533
Bug ID: 44533 Summary: All releases and current in github Product: Wine Version: unspecified Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: crypt32 Assignee: wine-bugs@winehq.org Reporter: fotodigitallab@gmail.com Distribution: ---
wine/dlls/crypt32/base64.c Line 822 LPCWSTR trailer = CERT_TRAILER_START_W; Should be LPCWSTR trailer = CERT_TRAILER_W;
Because it has to put -----END CERTIFICATE-----
I found this with this program http://georgekarras.blogspot.gr/2018/02/base64-using-crypt32-in-m2000-not-fo... using CRYPT_STRING_BASE64HEADER=0x0 (without altering to 0x1 to prevent error, but then missing headers)