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

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