In my requirement, there is a status flag in the server. Any client can change this flag and I want the other clients to know about this change when it happens.
Post
Replies
Boosts
Views
Activity
Lets say there are 3 certificates in the certificate chain- apple root, intermediate, leaf. The xpc client is codesigned using the leaf certificate.
Does xpc_connection_set_peer_code_signing_requirement verify the entire certificate chain?
I have certain restrictions on the language I can use, and C is the only option for me.
I am not using the C API because of some specific API that only works in that context.
Thanks Quinn for the information.
K