[Webkit-unassigned] [Bug 191646] [Curl] Add Server Trust Evaluation Support.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Mar 27 01:49:43 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=191646
--- Comment #4 from Fujii Hironori <Hironori.Fujii at sony.com> ---
Comment on attachment 366052
--> https://bugs.webkit.org/attachment.cgi?id=366052
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=366052&action=review
>> Tools/MiniBrowser/win/WebKitBrowserWindow.cpp:323
>> + if (it != m_acceptedServerTrustCert.end() && it->second == pem)
>
> You check only the first matching. m_acceptedServerTrustCert can be std::set<std::pair<std::wstring,std::wstring>>.
Err. I misunderstood. You store only the latest cert for hosts. It makes sense. Ignore my comment.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190327/a052ad2a/attachment.html>
More information about the webkit-unassigned
mailing list