http://bugs.winehq.org/show_bug.cgi?id=18201
Summary: Unable to find the entry point L"CryptExtAddPFX" in L"crypt32.dll" Product: Wine Version: 1.1.19 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: critical Priority: P2 Component: crypt32 AssignedTo: wine-bugs@winehq.org ReportedBy: xuantinh@gmail.com
I have a certificate file (.pfx) and I want to import it under wine on Linux (Arch) but I don't know how, after googling for a while, I found this link http://scarff.id.au/blog/2009/smime-gotchas/ so I follow the instruction on that link and run wine rundll32.exe crypt32.dll,CryptExtAddPFX my-cert.pfx But I got the error: err:rundll32:WinMain Unable to find the entry point L"CryptExtAddPFX" in L"crypt32.dll" Is it mean that the method CryptExtAddPFX has not implemented in Wine 1.1.19?