Re: Feature request: passing ssl certificate and/or key parameter as content, not path

2019-10-10 Thread Nicolas Mora via curl-library
Le 19-10-10 à 14 h 21, Ray Satiro via curl-library a écrit : > > Gilles Vollant already has a work-in-progress pull request for this, I > think they are going to call it CURLOPT_SSLCERT_BLOB. Please contribute > to the discussion at https://github.com/curl/curl/pull/4371 > Thanks! I will take a

Re: Feature request: passing ssl certificate and/or key parameter as content, not path

2019-10-10 Thread Ray Satiro via curl-library
On 10/10/2019 10:48 AM, Nicolas Mora via curl-library wrote: According to the libcurl documentation [1], if you want to specify a SSL certificate or key to the connection, the parameter must be a file path rather than the certificate or key value: "Pass a pointer to a zero terminated string as

Feature request: passing ssl certificate and/or key parameter as content, not path

2019-10-10 Thread Nicolas Mora via curl-library
Hello, According to the libcurl documentation [1], if you want to specify a SSL certificate or key to the connection, the parameter must be a file path rather than the certificate or key value: "Pass a pointer to a zero terminated string as parameter. The string should be the file name of