[Bug 6194] BITS Service fails to install

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Aug 22 23:42:32 CDT 2007


http://bugs.winehq.org/show_bug.cgi?id=6194


Juan Lang <juan_lang at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |juan_lang at yahoo.com




--- Comment #14 from Juan Lang <juan_lang at 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.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list