http://bugs.winehq.org/show_bug.cgi?id=6194
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |juan_lang@yahoo.com
--- Comment #14 from Juan Lang juan_lang@yahoo.com 2007-08-22 23:42:32 --- I looked at a .cat file more closely. It's a PKCS signedData message. So something like:
HCRYPTMSG msg = CryptMsgOpenToDecode(PKCS_7_ASN_ENCODING, 0, 0, 0, NULL, NULL); CryptMsgUpdate(msg, buf, size, TRUE);
where buf and size are a pointer to the contents of the .cat file, and size is its length, should decode the message for you. It may contain bits inside it that wine can't decode yet - don't know without looking more closely.