mirror of
https://github.com/curl/curl.git
synced 2026-08-25 05:43:32 +03:00
docs: TLS SRP doesn't work with TLS 1.3
Reported-by: sayrer on github Closes #4262 [skip ci]
This commit is contained in:
parent
35f908072c
commit
4147d58aee
5 changed files with 15 additions and 5 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue