Answered Secure Socket connection with client certificate

  • Monday, January 02, 2012 1:58 PM
     
     

    I have an application that we would like to port to Windows Runtime (Metro). It uses a SSL socket connection and must authenticate itself with a client certificate (if not the connection handshake will fail). On other platforms we used openssl to achieve this.

    Checking the available documentation it seems that I can set up a SSL socket. But how can I setup the corresponding CA certificate (should only be imported for the application) and client certificate?

    Thanks for your time. - Martin

All Replies