http://bugs.winehq.org/show_bug.cgi?id=42383 nayuta65535@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nayuta65535@gmail.com --- Comment #2 from nayuta65535@gmail.com --- This looks fixed. The trace in comment #1 shows: warn:crypt:CryptQueryObject unimplemented for types 00001000 0x1000 is CERT_QUERY_CONTENT_FLAG_PFX (1 << CERT_QUERY_CONTENT_PFX). Support for PFX objects was added to CryptQueryObject in 962aed51205 ("crypt32: Add support for PFX objects in CryptQueryObject."), which first shipped in wine-4.1 - after the 2.1 this was reported against. CERT_QUERY_CONTENT_FLAG_PFX is no longer part of the unimplementedTypes mask in dlls/crypt32/object.c, so that warning can no longer be emitted for a PFX blob. I tested on an unmodified wine-11.16 build (../configure --enable-archs=i386,x86_64, fresh prefix, no DLL overrides). CryptQueryObject called with CERT_QUERY_CONTENT_FLAG_ALL returns TRUE and reports CERT_QUERY_CONTENT_PFX (12) for PKCS#12 blobs - certificate-only ones included, and ones encrypted with the legacy pbeWithSHAAnd40BitRC2-CBC scheme. I do not have certmgr.exe from VS2017, so I have not reproduced the original symptom end to end; someone who has it may want to confirm before this is closed. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.