curl-library
Re: Patch to add support for ENG certificate type
From: Camille Moncelier <moncelier_at_devlife.org>
Date: Fri, 16 Oct 2009 15:01:43 +0000
Received on 2009-10-16
Date: Fri, 16 Oct 2009 15:01:43 +0000
Here is a second patch which I forgotten which allow to provide a
NULL certificate name if the certificate type is ENGINE.
/* set the cert for client authentication */
curl_easy_setopt(curl,CURLOPT_SSLCERT,pCertFile);
curl_easy_setopt(curl,CURLOPT_SSLCERTTYPE,"ENG");
Camille Moncelier
http://devlife.org/
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
- application/octet-stream attachment: curl-7.19.6-ssl-client-cert-engine-allow-null-certname.patch