]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
cmdline-opts/version.md: describe multissl, mention SSLS-EXPORT
authorDaniel Stenberg <daniel@haxx.se>
Tue, 14 Jan 2025 08:29:35 +0000 (09:29 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 14 Jan 2025 10:08:24 +0000 (11:08 +0100)
Closes #15996

docs/cmdline-opts/version.md

index 0597f84a27c34280d9cf8f45a63bde7320799708..3f021565e5b19ff057506dd312c5a1d49b5e0086 100644 (file)
@@ -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.