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 Added-in: 7.56.0
13 ---
17 curl_global_sslset - select SSL backend to use
43 NULL-terminated list of available backends. The available backends are those
47 alternatives if non-NULL.
53 NULL-terminated list of available SSL backends. In this case, you may call the
59 This function is thread-safe since libcurl 7.84.0 if
63 If this is not thread-safe, you must not call this function when any other
70 forks/flavors in this function. OpenSSL, BoringSSL, LibreSSL, quictls and
76 OpenSSL flavor and version number is use.
121 i, list[i]->name, list[i]->id);