I did this curl_easy_setopt with CURLOPT_SSLCERT_BLOB seems not to work. 58: unable to set private key file: '(memory blob)' type PEM I expected the following The key is used. curl/libcurl version 7.76.0 from today. operating system macO...
* [CURLOPT_SSL_VERIFYHOST](https://curl.haxx.se/libcurl/c/CURLOPT_SSL_VERIFYHOST.html) * [CURLOPT_SSL_VERIFYPEER](https://curl.haxx.se/libcurl/c/CURLOPT_SSL_VERIFYPEER.html) * [CURLOPT_SSLCERT](https://curl.haxx.se/libcurl/c/CURLOPT_SSLCERT.html) * [CURLOPT_SSLKEY](https://curl...
Project curl Security Advisory, July 21st 2021 - [Permalink](https://curl.se/docs/CVE-2021-22926.html) VULNERABILITY --- libcurl-using applications can ask for a specific client certificate to be used in a transfer. This is done with the `CURLOPT_SSLCERT` option (`--cert` with the com...
Fix for CURLOPT_SSLCERT_BLOB #6816 Update openssl.c 50b74f1 ContributorAuthor MonkeybreadSoftwarecommentedMar 31, 2021 MonkeybreadSoftwarementioned this pull requestMar 31, 2021 bagderchanged the titleUpdate openssl.cMar 31, 2021 Member bagderadded theTLSlabelMar 31, 2021 ...
New version of openssl (versions 0.9.3 and later) suport P12 certificate files, it would be nice to be able to specify the type as the third parameter of cert or even detect them by the extension maybe and set the correct CURLOPT_SSLCERTTYPE value. Here is the official documentation: ht...
I did this Hello, Setting CURLSSLOPT_NATIVE_CA in curl_easy_setopt(curl_easy_init(), CURLOPT_SSL_OPTIONS, CURLSSLOPT_NATIVE_CA); causes only the first (the CA itself) to be valid for CURL, the rest of the chain including Intermediate and...