CRL check for certificates

Does anyone know if the issues related to CRL check are resolved? I tried using the Apple API specifying the following policy :
SecPolicyCreateRevocation(kSecRevocationCRLMethod|kSecRevocationRequirePositiveResponse)
but always get kSecTrustResultRecoverableTrustFailure response. Any document for its usage would be helpful.

Does anyone know if the issues related to CRL check are resolved?

CRL checking is a complex issue. What specific issues are you referring to?

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"
CRL check for certificates
 
 
Q