mirror of
https://github.com/moparisthebest/curl
synced 2025-01-11 05:58:01 -05:00
docs: add "see also" links for SSL options
- link TLS 1.2 and TLS 1.3 options - link proxy and non-proxy options Closes #3121
This commit is contained in:
parent
12dde22b4c
commit
d275c18c2a
@ -76,5 +76,6 @@ If built TLS enabled.
|
||||
Returns CURLE_OK if TLS is supported, CURLE_UNKNOWN_OPTION if not, or
|
||||
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
|
||||
.SH "SEE ALSO"
|
||||
.BR CURLOPT_PROXY_SSLVERSION "(3), " CURLOPT_USE_SSL "(3), "
|
||||
.BR CURLOPT_PROXY_TLS13_CIPHERS "(3), " CURLOPT_PROXY_SSLVERSION "(3), "
|
||||
.BR CURLOPT_SSL_CIPHER_LIST "(3), " CURLOPT_TLS13_CIPHERS "(3), "
|
||||
.BR CURLOPT_SSLVERSION "(3), "
|
||||
|
@ -60,4 +60,6 @@ Available when built with OpenSSL >= 1.1.1.
|
||||
.SH RETURN VALUE
|
||||
Returns CURLE_OK if supported, CURLE_NOT_BUILT_IN otherwise.
|
||||
.SH "SEE ALSO"
|
||||
.BR CURLOPT_SSLVERSION "(3), " CURLOPT_TLS13_CIPHERS "(3), "
|
||||
.BR CURLOPT_PROXY_SSL_CIPHER_LIST "(3), " CURLOPT_PROXY_SSLVERSION "(3), "
|
||||
.BR CURLOPT_SSL_CIPHER_LIST "(3), " CURLOPT_TLS13_CIPHERS "(3), "
|
||||
.BR CURLOPT_SSLVERSION "(3), "
|
||||
|
@ -105,4 +105,4 @@ SSLv3 is disabled by default since 7.39.0.
|
||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
||||
.SH "SEE ALSO"
|
||||
.BR CURLOPT_USE_SSL "(3), " CURLOPT_HTTP_VERSION "(3), "
|
||||
.BR CURLOPT_IPRESOLVE "(3) "
|
||||
.BR CURLOPT_PROXY_SSLVERSION "(3), " CURLOPT_IPRESOLVE "(3) "
|
||||
|
@ -72,4 +72,6 @@ If built TLS enabled.
|
||||
Returns CURLE_OK if TLS is supported, CURLE_UNKNOWN_OPTION if not, or
|
||||
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
|
||||
.SH "SEE ALSO"
|
||||
.BR CURLOPT_SSLVERSION "(3), " CURLOPT_USE_SSL "(3), "
|
||||
.BR CURLOPT_TLS13_CIPHERS "(3), " CURLOPT_SSLVERSION "(3), "
|
||||
.BR CURLOPT_PROXY_SSL_CIPHER_LIST "(3), " CURLOPT_PROXY_TLS13_CIPHERS "(3), "
|
||||
.BR CURLOPT_USE_SSL "(3), "
|
||||
|
@ -59,4 +59,6 @@ Available when built with OpenSSL >= 1.1.1.
|
||||
.SH RETURN VALUE
|
||||
Returns CURLE_OK if supported, CURLE_NOT_BUILT_IN otherwise.
|
||||
.SH "SEE ALSO"
|
||||
.BR CURLOPT_SSLVERSION "(3), " CURLOPT_PROXY_TLS13_CIPHERS "(3), "
|
||||
.BR CURLOPT_SSL_CIPHER_LIST "(3), " CURLOPT_SSLVERSION "(3), "
|
||||
.BR CURLOPT_PROXY_SSL_CIPHER_LIST "(3), " CURLOPT_PROXY_TLS13_CIPHERS "(3), "
|
||||
.BR CURLOPT_PROXY_SSLVERSION "(3), " CURLOPT_USE_SSL "(3), "
|
||||
|
@ -66,4 +66,5 @@ the constants were known as CURLFTPSSL_*
|
||||
.SH RETURN VALUE
|
||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
||||
.SH "SEE ALSO"
|
||||
.BR CURLOPT_SSLVERSION "(3), " CURLOPT_SSL_OPTIONS "(3), "
|
||||
.BR CURLOPT_SSLVERSION "(3), " CURLOPT_PROXY_SSLVERSION "(3), "
|
||||
.BR CURLOPT_SSL_OPTIONS "(3), "
|
||||
|
Loading…
Reference in New Issue
Block a user