http://bugs.winehq.org/show_bug.cgi?id=18549
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |crypt32
--- Comment #4 from Juan Lang juan_lang@yahoo.com 2009-05-21 11:15:26 --- (In reply to comment #3)
You'd have to get the source, and change dlls/crypt32/chain.c line 1877 from: BOOL ret = FALSE; to: BOOL ret = TRUE;
Thanks for calling this to my attention. Note that this change is just a hack, and can't go in the Wine tree.
fixme:crypt:CertVerifyCertificateChainPolicy unimplemented for 3
This is CERT_CHAIN_POLICY_AUTHENTICODE_TS. This needs some tests for its behavior before it can be implemented.