[Webkit-unassigned] [Bug 145886] New: Make -[WKWebView _certificateChain] public.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 11 11:09:29 PDT 2015


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

            Bug ID: 145886
           Summary: Make -[WKWebView _certificateChain] public.
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: iOS
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: eugenebut at chromium.org

Making _certificateChain API public will simplify implementation of security UI (https lock) for web browsers.

In WebKit nightly build webView:didReceiveAuthenticationChallenge:completionHandler: provides certs chain.
However it is not called on every navigation. It means that if app needs to know
the certs of current page it has to maintain persistent cache: host-name: cert-chain.

The certs are already cached by WebKit, so storing this cache twice is additional overhead.

rdar://21342465

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150611/c00ef201/attachment.html>


More information about the webkit-unassigned mailing list