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
http://bugs.winehq.org/show_bug.cgi?id=16796
--- Comment #1 from Austin English austinenglish@gmail.com 2009-01-04 14:37:52 --- Do you have an app depending on this?
http://bugs.winehq.org/show_bug.cgi?id=16796
--- Comment #2 from Alex Stanev alex@stanev.org 2009-01-04 15:06:56 --- Already added some as affected applications. CAPICOM usage is mostly as object, drived with JavaScript on web pages on eServices in Europe.
http://bugs.winehq.org/show_bug.cgi?id=16796
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- OS/Version|All |other Platform|All |Other
http://bugs.winehq.org/show_bug.cgi?id=16796
--- Comment #3 from Juan Lang juan_lang@yahoo.com 2009-01-05 17:36:24 --- According to winedump, the only function capicom imports from mssign32 is SignerTimeStamp.
http://bugs.winehq.org/show_bug.cgi?id=16796
Ray Mercer ray@raymercer.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #4 from Ray Mercer ray@raymercer.net 2009-01-09 18:13:40 --- *** This bug has been confirmed by popular vote. ***
http://bugs.winehq.org/show_bug.cgi?id=16796
--- Comment #5 from Alex Stanev alex@stanev.org 2009-01-13 03:52:36 --- Can we at least stub it?
http://bugs.winehq.org/show_bug.cgi?id=16796
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net
--- Comment #6 from Anastasius Focht focht@gmx.net 2009-01-20 13:57:52 --- Hello,
NBC Direct installer (http://www.nbc.com/Video/NBCDirectInstaller.exe) also depends on this.
--- snip --- ... err:module:import_dll Library MSSIGN32.dll (which is needed by L"C:\windows\system32\capicom.dll") not found Failed to load DLL C:\windows\system32\capicom.dll --- snip ---
Regards
http://bugs.winehq.org/show_bug.cgi?id=16796
--- Comment #7 from Austin English austinenglish@gmail.com 2009-01-20 20:13:59 --- Created an attachment (id=18857) --> (http://bugs.winehq.org/attachment.cgi?id=18857) stub mssign32
http://bugs.winehq.org/show_bug.cgi?id=16796
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=16796
--- Comment #8 from Austin English austinenglish@gmail.com 2009-01-29 10:49:38 --- Stub was committed: http://source.winehq.org/git/wine.git/?a=commitdiff;h=0d731937b54958168afede...
http://bugs.winehq.org/show_bug.cgi?id=16796
--- Comment #9 from Andrew Nguyen arethusa26@gmail.com 2009-07-30 11:53:24 --- The stub was committed, and the NBC Direct installer goes much further in installation, so this is fixed.
http://bugs.winehq.org/show_bug.cgi?id=16796
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #10 from Austin English austinenglish@gmail.com 2009-07-30 11:56:38 --- Excellent.
http://bugs.winehq.org/show_bug.cgi?id=16796
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |NEW Resolution|FIXED |
--- Comment #11 from Austin English austinenglish@gmail.com 2009-07-30 12:15:12 --- Is this still an issue in current (1.1.26 or newer) wine?
http://bugs.winehq.org/show_bug.cgi?id=16796
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #12 from Nikolay Sivov bunglehead@gmail.com 2009-07-30 12:39:15 --- (In reply to comment #9)
The stub was committed, and the NBC Direct installer goes much further in installation, so this is fixed.
Reported fixed.
http://bugs.winehq.org/show_bug.cgi?id=16796
Alex Stanev alex@stanev.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |
--- Comment #13 from Alex Stanev alex@stanev.org 2009-07-31 01:11:08 --- I believe the bug should stay open, since it is just stub and no actual functionality implemented.
http://bugs.winehq.org/show_bug.cgi?id=16796
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED
--- Comment #14 from Dmitry Timoshkov dmitry@codeweavers.com 2009-07-31 01:58:52 --- If you have an app that needs a real implementation open a new bug report with precise details what part of implementation is required. This bug is too wide to have.
http://bugs.winehq.org/show_bug.cgi?id=16796
--- Comment #15 from Austin English austinenglish@gmail.com 2009-07-31 02:19:35 --- (In reply to comment #13)
I believe the bug should stay open, since it is just stub and no actual functionality implemented.
Are you sure? Many applications will work with just a stub. Test your application in git, it may work fine...
http://bugs.winehq.org/show_bug.cgi?id=16796
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #16 from Alexandre Julliard julliard@winehq.org 2009-08-07 12:34:45 --- Closing bugs fixed in 1.1.27.
http://bugs.winehq.org/show_bug.cgi?id=16796
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, Installer Fixed by SHA1| |0d731937b54958168afede28f26 | |584a3309b372a URL| |http://www.nbc.com/Video/NB | |CDirectInstaller.exe Hardware|Other |x86 Version|unspecified |1.1.12 OS|other |Linux Severity|enhancement |normal