[Bug 49144] Opening a PFX certificate in a dotnet application using X509Certificate2

WineHQ Bugzilla wine-bugs at winehq.org
Tue May 12 07:33:59 CDT 2020


https://bugs.winehq.org/show_bug.cgi?id=49144

--- Comment #3 from Hans Leidekker <hans at meelstraat.net> ---
(In reply to petrov_lv from comment #2)
> Created attachment 67147 [details]
> WINEDEBUG=+crypt trace file

0024:trace:crypt:CryptQueryObject (00000001, 0xb41f08, 00001522, 0000000e,
00000000, (nil), 0x31f400, (nil), (nil), (nil), (nil))
0024:trace:crypt:CRYPT_ReadBlobFromFile L"C:\\program
files\\test_pfx\\cert.pfx"
0024:trace:crypt:CRYPT_ReadBlobFromFile returning 0

CRYPT_ReadBlobFromFile returning 0 means it can't read the file. Make sure it
exists in that place and is readable. For me it fails a little later because
importing DSA keys from PFX blobs is currently not supported.

-- 
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.



More information about the wine-bugs mailing list