From: Daniel Stenberg Date: Sat, 29 Jun 2024 21:43:36 +0000 (+0200) Subject: CURLOPT_TLSAUTH_PASSWORD/USERNAME.md: language fixups X-Git-Tag: curl-8_9_0~152 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08fa47317a4024e6eec81cf64634ca5e49868122;p=thirdparty%2Fcurl.git CURLOPT_TLSAUTH_PASSWORD/USERNAME.md: language fixups - relies *on* TLS SRP - *for* the specific TLS backends Closes #14061 --- diff --git a/docs/libcurl/opts/CURLOPT_TLSAUTH_PASSWORD.md b/docs/libcurl/opts/CURLOPT_TLSAUTH_PASSWORD.md index 6a9a838295..40f8e7c794 100644 --- a/docs/libcurl/opts/CURLOPT_TLSAUTH_PASSWORD.md +++ b/docs/libcurl/opts/CURLOPT_TLSAUTH_PASSWORD.md @@ -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 diff --git a/docs/libcurl/opts/CURLOPT_TLSAUTH_USERNAME.md b/docs/libcurl/opts/CURLOPT_TLSAUTH_USERNAME.md index c69ac81670..e6d5ad8458 100644 --- a/docs/libcurl/opts/CURLOPT_TLSAUTH_USERNAME.md +++ b/docs/libcurl/opts/CURLOPT_TLSAUTH_USERNAME.md @@ -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