mirror of
https://github.com/curl/curl.git
synced 2025-04-12 16:20:35 +08:00
CURLOPT_TLSAUTH_PASSWORD/USERNAME.md: language fixups
- relies *on* TLS SRP - *for* the specific TLS backends Closes #14061
This commit is contained in:
parent
29789ae312
commit
08fa47317a
@ -31,13 +31,13 @@ CURLcode curl_easy_setopt(CURL *handle, CURLOPT_TLSAUTH_PASSWORD, char *pwd);
|
||||
|
||||
Pass a char pointer as parameter, which should point to the null-terminated
|
||||
password to use for the TLS authentication method specified with the
|
||||
CURLOPT_TLSAUTH_TYPE(3) option. Requires that the
|
||||
CURLOPT_TLSAUTH_USERNAME(3) option also be set.
|
||||
CURLOPT_TLSAUTH_TYPE(3) option. Requires that the CURLOPT_TLSAUTH_USERNAME(3)
|
||||
option also be set.
|
||||
|
||||
The application does not have to keep the string around after setting this
|
||||
option.
|
||||
|
||||
This feature relies in TLS SRP which does not work with TLS 1.3.
|
||||
This feature relies on TLS SRP which does not work with TLS 1.3.
|
||||
|
||||
# DEFAULT
|
||||
|
||||
@ -63,7 +63,7 @@ int main(void)
|
||||
|
||||
# AVAILABILITY
|
||||
|
||||
Added in 7.21.4, with the OpenSSL and GnuTLS backends only
|
||||
Added in 7.21.4, for the OpenSSL and GnuTLS backends only
|
||||
|
||||
# RETURN VALUE
|
||||
|
||||
|
@ -30,13 +30,13 @@ CURLcode curl_easy_setopt(CURL *handle, CURLOPT_TLSAUTH_USERNAME, char *user);
|
||||
|
||||
Pass a char pointer as parameter, which should point to the null-terminated
|
||||
username to use for the TLS authentication method specified with the
|
||||
CURLOPT_TLSAUTH_TYPE(3) option. Requires that the
|
||||
CURLOPT_TLSAUTH_PASSWORD(3) option also be set.
|
||||
CURLOPT_TLSAUTH_TYPE(3) option. Requires that the CURLOPT_TLSAUTH_PASSWORD(3)
|
||||
option also be set.
|
||||
|
||||
The application does not have to keep the string around after setting this
|
||||
option.
|
||||
|
||||
This feature relies in TLS SRP which does not work with TLS 1.3.
|
||||
This feature relies on TLS SRP which does not work with TLS 1.3.
|
||||
|
||||
# DEFAULT
|
||||
|
||||
@ -62,7 +62,7 @@ int main(void)
|
||||
|
||||
# AVAILABILITY
|
||||
|
||||
Added in 7.21.4, with the OpenSSL and GnuTLS backends only
|
||||
Added in 7.21.4, for the OpenSSL and GnuTLS backends only
|
||||
|
||||
# RETURN VALUE
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user