Re: how to force use schannel functions?
Date: Fri, 3 Jul 2020 01:34:40 -0400
On 7/3/2020 12:55 AM, Vermeire, Baudewijn via curl-library wrote:
>
> how can i force curl to use Schannel.c functions?
> �I have configured to use native ssl as well as others, so i would
> expect Schannel is used on windows?
>
> Sorry if this is a stupid question.
>
> OpenSSL library functions are called instead.
>
> Windows 10 Pro , Curl 7.68.
>
For the curl tool set environment variable CURL_SSL_BACKEND=schannel
For libcurl call curl_global_sslset with CURLSSLBACKEND_SCHANNEL [1].
[1]: https://curl.haxx.se/libcurl/c/curl_global_sslset.html
-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2020-07-03