Lines Matching +full:libressl +full:- +full:version
1 ---
3 SPDX-License-Identifier: curl
7 See-also:
8 - curl_global_init (3)
9 - libcurl (3)
11 - All
12 ---
16 curl_global_sslset - Select SSL backend to use with libcurl
42 NULL-terminated list of available backends. The available backends are those
46 alternatives if non-NULL.
52 NULL-terminated list of available SSL backends. In this case, you may call the
58 This function is thread-safe since libcurl 7.84.0 if
62 If this is not thread-safe, you must not call this function when any other
69 forks/flavors in this function. OpenSSL, BoringSSL, libressl, quictls and
75 OpenSSL flavor and version number is use.
118 i, list[i]->name, list[i]->id);
124 This function was added in libcurl 7.56.0. Before this version, there was no