thread in the program (i.e. a thread sharing the same memory) is running.
This does not just mean no other thread that is using libcurl.
-# OpenSSL
+# Names
+
+SSL backend names (case-insensitive): BearSSL, GnuTLS, mbedTLS, OpenSSL,
+Rustls, Schannel, Secure-Transport, wolfSSL
The name "OpenSSL" is used for all versions of OpenSSL and its associated
forks/flavors in this function. OpenSSL, BoringSSL, LibreSSL, quictls and
AmiSSL are all supported by libcurl, but in the eyes of
curl_global_sslset(3) they are all just "OpenSSL". They all mostly
-provide the same API.
-
-curl_version_info(3) can return more specific info about the exact
-OpenSSL flavor and version number is use.
+provide the same API. curl_version_info(3) can return more specific info about
+the exact OpenSSL flavor and version number in use.
# struct
this variable's selection is used. Setting a name that is not a built-in
alternative makes libcurl stay with the default.
-SSL backend names (case-insensitive): BearSSL, GnuTLS, mbedTLS,
-nss, OpenSSL, Rustls, Schannel, Secure-Transport, wolfSSL
+SSL backend names (case-insensitive): BearSSL, GnuTLS, mbedTLS, OpenSSL,
+Rustls, Schannel, Secure-Transport, wolfSSL
## `HOME`