Re: Code Signing Examples

2009-02-20 Thread Chris Suter
Hi Tom, (Sorry Tom for the duplicate—I meant to send this to the list earlier. Also, cross posting is generally frowned upon and the best list for code signing questions is the apple-cdsa list.) On Sat, Feb 21, 2009 at 1:47 AM, Tom Fortmann wrote: > Can anyone point me to sample code on how to v

RE: Code Signing Examples

2009-02-20 Thread Tom Fortmann
PM To: Tom Fortmann Cc: cocoa-dev@lists.apple.com; darwin-...@lists.apple.com Subject: Re: Code Signing Examples On Feb 20, 2009, at 6:47 AM, Tom Fortmann wrote: > Can anyone point me to sample code on how to verify an application > or process is signed? My application executes a c

Re: Code Signing Examples

2009-02-20 Thread Olivier Palliere
Hi Tom, Maybe you can have a look at what Mike Bombich did a few years ago, really great stuff on Authenticated Application, and proven to be VERY useful. https://source.bombich.com/websvn/listing.php?repname=Authenticated_Application&path=%2F&sc=1 Oli./. On Feb 20, 2009, at 3:47 PM, Tom

Code Signing Examples

2009-02-20 Thread Tom Fortmann
Can anyone point me to sample code on how to verify an application or process is signed? My application executes a couple other processes and I would like to validate their signatures before I blindly execute them. I've found a ton of Apple documentation on the theory but not a lot on practical a