Leopard Code Signing and Keychain Problems
OS X 10.5 Leopard brings a new Code Signing security feature that helps verify the integrity of an application. Applications are signed by their creators before being distributed using their private key, and then can be verified on the customer’s machine using the companies public key.
The OS X Keychain Services leverage this new Code Signing [...]