With initial WKWebView release SecTrustRef was used for making load/no-load decision and NSS for getting the reason of cert failure.
Now on iOS CertVerifier uses SecTrust API for cert verification, so we do double work evaluating SecTrust twice.
Specifically for WebView cert verification we should reuse the code from this CL:
https://codereview.chromium.org/1871043003/patch/280001/290003
Comment 1 by pkl@chromium.org
, May 25 2016Labels: -Pri-2 Pri-1