I am developing an application where I want to configure a secure channel between my application and the server. I want to extract information, such as CA, and the algorithm from the SSL certificate on the server. How do I achieve this? Is it possible to do this with NSUrlConnection, CFNetwork, or can I develop it myself with BSD sockets myself? Is it possible to use an open source library? Code examples are welcome!
source
share