datatheorem / TrustKit

Easy SSL pinning validation and reporting for iOS, macOS, tvOS and watchOS.
MIT License
2k stars 360 forks source link

fix deprecated SecTrustEvaluate and use SecTrustEvaluateWithError #287

Closed mredoble closed 1 year ago

mredoble commented 1 year ago

Fix deprecated SecTrustEvaluate and use SecTrustEvaluateWithError

nabla-c0d3 commented 1 year ago

A separate fix was implemented in https://github.com/datatheorem/TrustKit/pull/294