Downloading files over TLS
Jacob Carlborg
doob at me.com
Fri Jun 26 15:11:04 UTC 2020
On 2020-06-26 14:43, User wrote:
> It is possible to statically link libcurl into your application. No need
> to use OpenSSL as libcurl can be built with SChannel.
That sounds good.
It looks like I remembered wrong. std.net.curl uses `dlopen` on libcurl,
not OpenSSL. This might be less of an issue assuming libcurl is built
with the platform provided TLS implementation. Just make sure it's
possible to statically link libcurl, without using `dlopen`.
--
/Jacob Carlborg
More information about the Digitalmars-d-learn
mailing list