From: Daniel Stenberg Date: Tue, 14 Jan 2025 08:29:35 +0000 (+0100) Subject: cmdline-opts/version.md: describe multissl, mention SSLS-EXPORT X-Git-Tag: curl-8_12_0~124 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=862244636ed39c0aeea9e37e66609d517eb840b3;p=thirdparty%2Fcurl.git cmdline-opts/version.md: describe multissl, mention SSLS-EXPORT Closes #15996 --- diff --git a/docs/cmdline-opts/version.md b/docs/cmdline-opts/version.md index 0597f84a27..3f021565e5 100644 --- a/docs/cmdline-opts/version.md +++ b/docs/cmdline-opts/version.md @@ -21,6 +21,16 @@ Displays information about curl and the libcurl version it uses. The first line includes the full version of curl, libcurl and other 3rd party libraries linked with the executable. +This line may contain one or more TLS libraries. curl can be built to support +more than one TLS library which then makes curl - at start-up - select which +particular backend to use for this invocation. + +If curl supports more than one TLS library like this, the ones that are *not* +selected by default are listed within parentheses. Thus, if you do not specify +which backend to use (with the `CURL_SSL_BACKEND` environment variable) the +one listed without parentheses is used. Such builds also has `MultiSSL` set as +a feature. + The second line (starts with `Release-Date:`) shows the release date. The third line (starts with `Protocols:`) shows all protocols that libcurl @@ -105,6 +115,9 @@ SPNEGO authentication is supported. SSL versions of various protocols are supported, such as HTTPS, FTPS, POP3S and so on. +## `SSLS-EXPORT` +This build supports TLS session export/import, like with the --ssl-sessions. + ## `SSPI` SSPI is supported.