https://bugs.winehq.org/show_bug.cgi?id=11070
Michel Terrisse mterrisse@free.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mterrisse@free.fr
--- Comment #32 from Michel Terrisse mterrisse@free.fr --- Wine 1.8.5 (Ubuntu 16.10, PlayOnLinux) PFXImportCertStore still doesn't work.
I tried to convert the .pfx to a .sst file on Windows (import with mmc.exe and export with PowerShell cmdlet Export-Certificate). From Wine Control Panel I can import the .sst file with no error, but no certificate are imported.
I serialized the certificates on Windows (CertSerializeCertificateStoreElement) and tried to import them with CertAddSerializedElementToStore, it fails too (access violation).
So is there a known workaround for this bug?
I have read this comment in the topic "At the current time, the only way to import certificates into the certificate store is with a custom import routine that uses the normal Microsoft CAPI and OpenSSL PKCS12 support." Can you please give more information about this?
Thank you for you help,
Michel Terrisse