]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
docs: TLS SRP doesn't work with TLS 1.3
authorDaniel Stenberg <daniel@haxx.se>
Mon, 16 Dec 2019 15:03:22 +0000 (16:03 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 16 Dec 2019 15:03:22 +0000 (16:03 +0100)
Reported-by: sayrer on github
Closes #4262
[skip ci]

docs/cmdline-opts/tlspassword.d
docs/cmdline-opts/tlsuser.d
docs/libcurl/opts/CURLOPT_TLSAUTH_PASSWORD.3
docs/libcurl/opts/CURLOPT_TLSAUTH_TYPE.3
docs/libcurl/opts/CURLOPT_TLSAUTH_USERNAME.3

index 234a1168c08d3d430272f65c2fda3c27ac613486..b2e65362e90fd424d929a0b30d13c3a74e777873 100644 (file)
@@ -4,3 +4,5 @@ Added: 7.21.4
 ---
 Set password for use with the TLS authentication method specified with
 --tlsauthtype. Requires that --tlsuser also be set.
+
+This doesn't work with TLS 1.3.
index 72f1e166777d758a128d956edf1b28b74b2a66eb..7192b9f1d976a5dc4e30030f7c2829d1d6a517f7 100644 (file)
@@ -5,3 +5,5 @@ Added: 7.21.4
 ---
 Set username for use with the TLS authentication method specified with
 --tlsauthtype. Requires that --tlspassword also is set.
+
+This doesn't work with TLS 1.3.
index ba2d9e488aceb0c585211687078cdc1065c48225..044d822e571fabed39c3ed7337178ca6b403ecb0 100644 (file)
@@ -5,7 +5,7 @@
 .\" *                            | (__| |_| |  _ <| |___
 .\" *                             \___|\___/|_| \_\_____|
 .\" *
-.\" * Copyright (C) 1998 - 2017, Daniel Stenberg, <daniel@haxx.se>, et al.
+.\" * Copyright (C) 1998 - 2019, Daniel Stenberg, <daniel@haxx.se>, et al.
 .\" *
 .\" * This software is licensed as described in the file COPYING, which
 .\" * you should have received as part of this distribution. The terms
@@ -35,6 +35,8 @@ to use for the TLS authentication method specified with the
 
 The application does not have to keep the string around after setting this
 option.
+
+This feature relies in TLS SRP which doesn't work with TLS 1.3.
 .SH DEFAULT
 NULL
 .SH PROTOCOLS
index 6d1e131e7be00c31d9c259de66963869f7c0f9d6..744b5e46baba6f55dd39def2335a98053798fb87 100644 (file)
@@ -5,7 +5,7 @@
 .\" *                            | (__| |_| |  _ <| |___
 .\" *                             \___|\___/|_| \_\_____|
 .\" *
-.\" * Copyright (C) 1998 - 2017, Daniel Stenberg, <daniel@haxx.se>, et al.
+.\" * Copyright (C) 1998 - 2019, Daniel Stenberg, <daniel@haxx.se>, et al.
 .\" *
 .\" * This software is licensed as described in the file COPYING, which
 .\" * you should have received as part of this distribution. The terms
@@ -28,8 +28,8 @@ CURLOPT_TLSAUTH_TYPE \- set TLS authentication methods
 
 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_TLSAUTH_TYPE, char *type);
 .SH DESCRIPTION
-Pass a pointer to a zero terminated string as parameter. The string
-should be the method of the TLS authentication. Supported method is "SRP".
+Pass a pointer to a zero terminated string as parameter. The string should be
+the method of the TLS authentication. Supported method is "SRP".
 
 .IP SRP
 TLS-SRP authentication. Secure Remote Password authentication for TLS is
@@ -40,6 +40,8 @@ options.
 
 The application does not have to keep the string around after setting this
 option.
+
+TLS SRP doesn't work with TLS 1.3.
 .SH DEFAULT
 blank
 .SH PROTOCOLS
index 56bb6377db7443873823f94d5bac27c7529953be..78f195581c670efff812bb27d332f6159e3632cb 100644 (file)
@@ -5,7 +5,7 @@
 .\" *                            | (__| |_| |  _ <| |___
 .\" *                             \___|\___/|_| \_\_____|
 .\" *
-.\" * Copyright (C) 1998 - 2017, Daniel Stenberg, <daniel@haxx.se>, et al.
+.\" * Copyright (C) 1998 - 2019, Daniel Stenberg, <daniel@haxx.se>, et al.
 .\" *
 .\" * This software is licensed as described in the file COPYING, which
 .\" * you should have received as part of this distribution. The terms
@@ -35,6 +35,8 @@ to use for the TLS authentication method specified with the
 
 The application does not have to keep the string around after setting this
 option.
+
+This feature relies in TLS SRP which doesn't work with TLS 1.3.
 .SH DEFAULT
 NULL
 .SH PROTOCOLS