Windows built-in cURL

Viewed 39

I need to link my app against the cURL API on Windows 10 with MSVC. Recently, Microsoft has included cURL, and it can be run from the command line. Does Microsoft provide a static LIB file or dynamic DLL of their cURL to link against? I can't find it anywhere.

I know that I can compile my own cURL LIB/DLL for Windows, but would like to use a pre-built binary to guarantee security. I can get a binary here https://curl.se/download.html but I am not sure those binaries have built in the SSL, (given they want to be SSL agnostic). Even if they did select a SSL in their binary, which one? Only certain SSL implementations will work for me. See section "Availability" in this link: https://curl.se/libcurl/c/CURLOPT_CAINFO_BLOB.html

Thank you for reading!

0 Answers
Related