[Webkit-unassigned] [Bug 119436] [curl] Improve detecting and handling of SSL related errors

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 21 07:26:52 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=119436





--- Comment #10 from peavo at outlook.com  2013-10-21 07:25:38 PST ---
> static int certVerifyCallback(int ok, X509_STORE_CTX *ctx)
> {
>    // whether the verification of the certificate in question was passed (preverify_ok=1) or not (preverify_ok=0)

>    unsigned err = X509_STORE_CTX_get_error(ctx);
>    if (!err)
>        return 1;

I never get past this, err is always 0, is that correct?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list