Blame SOURCES/0059-curl-7.29.0-tlsauthtype-doc.patch

6311d4
From 3ba5c596cb6610c883335a07c0e04335b8372563 Mon Sep 17 00:00:00 2001
6311d4
From: Kamil Dudka <kdudka@redhat.com>
6311d4
Date: Mon, 12 Feb 2018 13:31:59 +0100
6311d4
Subject: [PATCH] tlsauthtype.d: works only if libcurl is built with TLS-SRP
6311d4
 support
6311d4
6311d4
Bug: https://bugzilla.redhat.com/1542256
6311d4
6311d4
Closes #2306
6311d4
6311d4
Upstream-commit: 08029a7e73f8768b1b4e37876b34c6ff6ef32ece
6311d4
Signed-off-by: Kamil Dudka <kdudka@redhat.com>
6311d4
---
6311d4
 docs/curl.1 | 2 ++
6311d4
 1 file changed, 2 insertions(+)
6311d4
6311d4
diff --git a/docs/curl.1 b/docs/curl.1
6311d4
index 7906f1f..a26b03c 100644
6311d4
--- a/docs/curl.1
6311d4
+++ b/docs/curl.1
6311d4
@@ -1446,6 +1446,8 @@ If this option is used several times, the last one will be used.
6311d4
 Set TLS authentication type. Currently, the only supported option is "SRP",
6311d4
 for TLS-SRP (RFC 5054). If \fI--tlsuser\fP and \fI--tlspassword\fP are
6311d4
 specified but \fI--tlsauthtype\fP is not, then this option defaults to "SRP".
6311d4
+This option works only if the underlying libcurl is built with TLS-SRP support,
6311d4
+which requires OpenSSL or GnuTLS with TLS-SRP support.
6311d4
 (Added in 7.21.4)
6311d4
 .IP "--tlspassword <password>"
6311d4
 Set password for use with the TLS authentication method specified with
6311d4
-- 
6311d4
2.14.3
6311d4