http://bugs.winehq.org/show_bug.cgi?id=42383 Hans Leidekker <hans@meelstraat.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |962aed51205d9ee8245904a107d | |79b6c5aa3cdb5 Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED --- Comment #3 from Hans Leidekker <hans@meelstraat.net> --- (In reply to nayuta65535 from comment #2)
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.
Right, let's close this as fixed by 962aed51205d9ee8245904a107d79b6c5aa3cdb5. If certmgr.exe still fails to import PKCS12 files that should be reported in a new bug report. -- 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.