http://bugs.winehq.org/show_bug.cgi?id=28829
Bug #: 28829 Summary: Internet Explorer 3.02 crashes on viewing personal certificates - unimplemented function wininet.dll.ShowClientAuthCerts Product: Wine Version: 1.3.30 Platform: x86-64 URL: http://www.mirrorservice.org/sites/browsers.evolt.org/ browsers/ie/win32/3.02/win95full/msie302m95.exe OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wininet AssignedTo: wine-bugs@winehq.org ReportedBy: RandomAccountName@mail.com Classification: Unclassified
This happens when attempting to view personal certificates from the security tab in IE3's control panel applet.
wine: Call from 0x7b83b692 to unimplemented function wininet.dll.ShowClientAuthCerts, aborting wine: Unimplemented function wininet.dll.ShowClientAuthCerts called at address 0x7b83b692 (thread 0009), starting debugger...
If native wininet is used, it crashes from an unimplemented function in wintrust instead. Steps to reproduce:
1. Change the reported Windows version to Windows 95 2. Add an application-specific override for infinst2.exe -> shell32=native (otherwise the installer won't run because it detects IE4 already installed) 3. Run the installer, ignore a crash near the end (bug 28490) or use native shdocvw to avoid it 4. Run 'wine control inetcpl.cpl' 5. Go to the security tab and click "personal..." under "certificates"