I'm using libcurl on Windows, I need to implement client-side SSL
authentication. The catch is, client certificate, used for authentication,
is marked as non-exportable. It means, that I cannot export it and feed to,
say, OpenSSL - I need to make libcurl use native Windows crypto (WinSSL /
SecureChannel / whatever it's called).

Is it possible? If yes, what do I pass as CURLOPT_SSLCERT & CURLOPT_SSLKEY
- somehow, I understand, I need to reference the keys - how?
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html

Reply via email to