Skip to content

Commit 08029a7

Browse files
committed
tlsauthtype.d: works only if libcurl is built with TLS-SRP support
Bug: https://bugzilla.redhat.com/1542256 Closes #2306
1 parent 62cf2d1 commit 08029a7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/cmdline-opts/tlsauthtype.d

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@ Added: 7.21.4
55
---
66
Set TLS authentication type. Currently, the only supported option is "SRP",
77
for TLS-SRP (RFC 5054). If --tlsuser and --tlspassword are specified but
8-
--tlsauthtype is not, then this option defaults to "SRP".
8+
--tlsauthtype is not, then this option defaults to "SRP". This option works
9+
only if the underlying libcurl is built with TLS-SRP support, which requires
10+
OpenSSL or GnuTLS with TLS-SRP support.

0 commit comments

Comments
 (0)