linking an Apple framework into a static lib project and then linking the static lib into an application project...

2011-07-19 Thread Glen Haderman
I've got a Mac/Cocoa static library project.  It links against IOKit.framework.  It builds fine. I take the .a and header and import them into a Mac/Cocoa project. I get the following linker errors: Undefined symbols:   _IORegistryEntryCreateCFProperty, referenced from:   +[MyLibrary

QTMovie/QTMovieLayer and SSL client athentication...

2011-07-13 Thread Glen Haderman
We can see from the Apache logs that QTMovie does hand over a client certificate when the server asks for it during an SSL handshake. But we cannot tell which certificate it is and which CA cert that we need to use on the server side (the CA cert that generated the client cert). This is a