mirror of
https://github.com/curl/curl.git
synced 2026-07-24 15:47:16 +03:00
cmdline-opts/version.md: describe multissl, mention SSLS-EXPORT
Closes #15996
This commit is contained in:
parent
5ffc73c78e
commit
862244636e
1 changed files with 13 additions and 0 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue