[Bug 16796] New: Implement mssign32.dll
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(a)winehq.org ReportedBy: alex(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16796 --- Comment #1 from Austin English <austinenglish(a)gmail.com> 2009-01-04 14:37:52 --- Do you have an app depending on this? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16796 --- Comment #2 from Alex Stanev <alex(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16796 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- OS/Version|All |other Platform|All |Other -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16796 --- Comment #3 from Juan Lang <juan_lang(a)yahoo.com> 2009-01-05 17:36:24 --- According to winedump, the only function capicom imports from mssign32 is SignerTimeStamp. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16796 Ray Mercer <ray(a)raymercer.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #4 from Ray Mercer <ray(a)raymercer.net> 2009-01-09 18:13:40 --- *** This bug has been confirmed by popular vote. *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16796 --- Comment #5 from Alex Stanev <alex(a)stanev.org> 2009-01-13 03:52:36 --- Can we at least stub it? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16796 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |focht(a)gmx.net --- Comment #6 from Anastasius Focht <focht(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16796 --- Comment #7 from Austin English <austinenglish(a)gmail.com> 2009-01-20 20:13:59 --- Created an attachment (id=18857) --> (http://bugs.winehq.org/attachment.cgi?id=18857) stub mssign32 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16796 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish(a)gmail.com -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16796 --- Comment #8 from Austin English <austinenglish(a)gmail.com> 2009-01-29 10:49:38 --- Stub was committed: http://source.winehq.org/git/wine.git/?a=commitdiff;h=0d731937b54958168afede... -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16796 --- Comment #9 from Andrew Nguyen <arethusa26(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16796 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #10 from Austin English <austinenglish(a)gmail.com> 2009-07-30 11:56:38 --- Excellent. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16796 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |NEW Resolution|FIXED | --- Comment #11 from Austin English <austinenglish(a)gmail.com> 2009-07-30 12:15:12 --- Is this still an issue in current (1.1.26 or newer) wine? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16796 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #12 from Nikolay Sivov <bunglehead(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16796 Alex Stanev <alex(a)stanev.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #13 from Alex Stanev <alex(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16796 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED --- Comment #14 from Dmitry Timoshkov <dmitry(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16796 --- Comment #15 from Austin English <austinenglish(a)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... -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16796 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #16 from Alexandre Julliard <julliard(a)winehq.org> 2009-08-07 12:34:45 --- Closing bugs fixed in 1.1.27. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16796 Anastasius Focht <focht(a)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 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org