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
# 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
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
# 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