https://bugs.winehq.org/show_bug.cgi?id=50990
--- Comment #12 from Gijs Vermeulen gijsvrm@gmail.com --- (In reply to msdobrescu from comment #11)
Hi, can it be implemented CRYPT_STRING_HEX in CryptStringToBinaryW? So far CRYPT_STRING_HEX was implemented one way only, in CryptBinaryToStringW, right?
I see in the simple log that it fails there:
crypt:CryptStringToBinaryW Unimplemented type 4
You could try these patches: https://www.winehq.org/pipermail/wine-devel/2020-March/163102.html https://www.winehq.org/pipermail/wine-devel/2020-March/163103.html