Post

Replies

Boosts

Views

Activity

Check revocation of certificates
I have created signed some binaries with Apple development certificates and then revoked the certificate from developer account. After revocation of certificate, gatekeeper is not blocking the execution of binaries. Even evaluating these revoked certificates in keychain is showing valid certification and successful evaluation . Same applies for Installer certificate. I tried checking revocation status of binary using method "SecPolicyCreateRevocation(kSecRevocationUseAnyAvailableMethod)" but we are getting trust result as 'kSecTrustResultUnspecified'. Please tell me how to check if certificate is revoked using any utility. Also let me know if I am missing anything in revocation check call.
11
0
2.6k
Aug ’22
lldb-server not found in command line tools in Catalina.
Hi, I installed command line tools using command "xcode-select --install" in Catalina. I could not find 'lldb-server' in path "/Library/Developer/CommandLineTools" in Catalina. I could find lldb-server at below path in Mojave "/Library/Developer/CommandLineTools/Library/PrivateFrameworks/LLDB.framework/Versions/A/Resources/" Please guide me how to install lldb-server in Catalina as I require it for remote debugging. Regards
0
0
860
Dec ’20