http://bugs.winehq.org/show_bug.cgi?id=16796
Summary: Implement mssign32.dll Product: Wine Version: unspecified Platform: All OS/Version: All Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: alex@stanev.org
mssign32.dll provides several functions and is part of CryptoAPI. It is loaded by freeware COM object MS CAPICOM, which is used in many applications and web sites, dealing with digital signatures, encryption etc. MS provides no header file, however searching the MSDN reveals structures and function definitions: http://social.msdn.microsoft.com/Search/en-US/?query=%22dynamically%20link%2... An attempt to construct header file, but with only function defs in it can be downloaded here: http://www.curlybrace.com/words/?p=271