[06/10] wintrust: Implement CryptCATOpen and CryptCATClose.

Hans Leidekker hans at codeweavers.com
Mon Dec 22 10:34:59 CST 2008


On Monday 22 December 2008 16:59:29 Juan Lang wrote:

> +struct cryptcat
> +{
> +    DWORD     magic;
> +    HANDLE    msg;
> 
> msg's type should be HCRYPTMSG instead.

Thanks for catching that.

> +        for (i = 0; i < cc->attr_count; i++)
> +        {
> +            if (!CryptMsgGetParam(hmsg, CMSG_ATTR_CERT_PARAM, i, NULL, &size))
> 
> Out of curiosity, how did you test this?

That would be a question for Maarten since he mostly wrote this code.

 -Hans



More information about the wine-devel mailing list