mirror of
https://github.com/curl/curl.git
synced 2026-08-26 05:23:33 +03:00
libcurl docs: reduce 'since ...' in descriptions
Reduce mentions of libcurl versions like "since 7.xx ..." in option descriptions to reduce clutter and make the texts easier to read. Keep them in, or move them to, the HISTORY or DEPRECATED sections The last version 7 release (7.88.1) shipped on Februrary 20, 2023. Closes #20369
This commit is contained in:
parent
d7bbc78360
commit
2c6f13093e
16 changed files with 66 additions and 55 deletions
|
|
@ -68,8 +68,6 @@ the active ("in use") SSL connection, with the following underlying types:
|
|||
CURLINFO_TLS_SESSION(3): **SSL_CTX ***
|
||||
|
||||
CURLINFO_TLS_SSL_PTR(3): **SSL ***
|
||||
Since 7.48.0 the *internals* member can point to these other SSL backends
|
||||
as well:
|
||||
|
||||
## mbedTLS
|
||||
|
||||
|
|
@ -161,6 +159,8 @@ int main(int argc, char **argv)
|
|||
This option supersedes CURLINFO_TLS_SESSION(3) which was added in 7.34.0.
|
||||
This option is exactly the same as that option except in the case of OpenSSL.
|
||||
|
||||
Non-OpenSSL support was added in 7.48.0.
|
||||
|
||||
# %AVAILABILITY%
|
||||
|
||||
# RETURN VALUE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue