• eugenebut's avatar
    [ios] Removed CertVerifierBlockAdapter. · bbaae2f9
    eugenebut authored
    cert_verify_proc_ios.cc uses SecTrustRef to get the reason of cert
    verification failure, so there is no reason to use CertVerifier for
    web view cert verification.
    
    Removing CertVerifier usage should have positive impact on battery
    life (because second versification will not be performed) and simplify
    the code (especially threading part).
    
    BUG=603634
    TEST=interstitials show correct reason of failure
    
    Review-Url: https://codereview.chromium.org/2225483002
    Cr-Commit-Position: refs/heads/master@{#412096}
    bbaae2f9
ios_web_unittests.gyp 4.1 KB