http://bugs.winehq.org/show_bug.cgi?id=28830
Bug #: 28830 Summary: Internet Explorer 3.02 crashes on viewing a site certificate - unimplemented function wininet.dll.ShowX509EncodedCertificate 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
Happens when attempting to view a site certificate from IE3's control panel applet.
wine: Call from 0x7b83b692 to unimplemented function wininet.dll.ShowX509EncodedCertificate, aborting wine: Unimplemented function wininet.dll.ShowX509EncodedCertificate called at address 0x7b83b692 (thread 0025), starting debugger...
Native wininet works around it. 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 "sites..." under "certificates" 6. Select "AT&T Certificate Services" and click "view certificate"