https://bugs.winehq.org/show_bug.cgi?id=42383
Bug ID: 42383 Summary: certmgr.exe is unable to import certificate in PKCS12 format Product: Wine Version: 2.1 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: crypt32 Assignee: wine-bugs@winehq.org Reporter: info@winomega.com Distribution: ---
Created attachment 57178 --> https://bugs.winehq.org/attachment.cgi?id=57178 error message
Microsoft Certificate Manager Tool (certmgr.exe) is unable to import PKCS12 files. When this is attempted it failed with following error:
"The file format is not recognized. Please select another file."
I'm using the 32-bit version as published in Microsoft Visual Studio 2017 (freely downloadable). Its md5sum is:
322bf8029866cf3eb7f1de33f18fb07a certmgr.exe
https://bugs.winehq.org/show_bug.cgi?id=42383
Omega Software info@winomega.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |https://msdn.microsoft.com/ | |en-us/library/e78byta0(v=vs | |.110).aspx
https://bugs.winehq.org/show_bug.cgi?id=42383
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=42383
--- Comment #1 from Omega Software info@winomega.com --- Created attachment 57272 --> https://bugs.winehq.org/attachment.cgi?id=57272 WINEDEBUG=+crypt trace
Attaching a trace -- hand-edited to remove potentially sensible information (all chunks of blobs in binary or hex format have been replaced by ***REMOVED***)
The following line:
warn:crypt:CryptQueryObject unimplemented for types 00001000
makes me suspect PFX/P12 support simply isn't implemented, as I can import PEM (base64-encoded DER) public keys just fine.