Update CertVerifyProcIOS::GetCertFailureStatusFromTrust for iOS 11.4.
iOS 11.4 introduced "Policy requirements not met." error which is used in varios sutuations. This error is mapped to CERT_STATUS_INVALID and CERT_STATUS_AUTHORITY_INVALID. cert_verify_proc_ios_unittest was changed to be Objective-C source file to use @available keyword (the only clean way to test for OS version). PlatformTest is needed for every Objective-C test to drain autorelease pool. Bug: 830127, 830125 Change-Id: I99d4d3e6a580c16fdbb8e47359418a0a68b0fb48 Reviewed-on: https://chromium-review.googlesource.com/1008128Reviewed-by:Ryan Sleevi <rsleevi@chromium.org> Commit-Queue: Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#550436}
Showing
Please register or sign in to comment