docs: TLS SRP doesn't work with TLS 1.3

Reported-by: sayrer on github
Closes #4262
[skip ci]
This commit is contained in:
Daniel Stenberg 2019-12-16 16:03:22 +01:00
parent 35f908072c
commit 4147d58aee
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
5 changed files with 15 additions and 5 deletions

View 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.

View 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.