This repository has been archived by the owner on Apr 3, 2020. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ios] Removed CRLSets usage for WKWebView.
SecTrust API is used to make load/no-load decision for certs, while CertVerifier is used to get rejection reason. Using CRLSets to get rejection reason is impractical, because iOS blacklist is very different from Chrome blacklist as well as cost to store CRLSets on disk is very high. BUG=None Review URL: https://codereview.chromium.org/1465513002 Cr-Commit-Position: refs/heads/master@{#361212} (cherry picked from commit c8fa67c) Review URL: https://codereview.chromium.org/1488733002 . Cr-Commit-Position: refs/branch-heads/2564@{#162} Cr-Branched-From: 1283eca-refs/heads/master@{#359700}
- Loading branch information