https://bugs.winehq.org/show_bug.cgi?id=53697 --- Comment #27 from Yulian Kuncheff <yulian(a)kuncheff.com> --- So I googled A_SHAFinal, and it seems to be a function in wincrypt (https://learn.microsoft.com/en-us/windows/win32/seccrypto/a-shafinal) And it seems this specific function bypasses parts of the crypto stack. There is a Wine version of the header file here: https://github.com/wine-mirror/wine/blob/master/include/wincrypt.h and I noticed in this file there are a bunch of OID things, but the OID listed above is missing from the file. The thing is, when I searched for `A_SHAFinal` in the wine codebase, there was no such function. Maybe its provided by a different file, or its installed as part of a different package, like vs runtimes. Not sure, but it could be a lead to debugging it. -- 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.