mirror of
https://github.com/curl/curl.git
synced 2026-07-22 22:07:17 +03:00
openssl: allow TLS 1.3 by default
Reported-by: Andreas Olsson Fixes #2692 Closes #2693
This commit is contained in:
parent
24cb114c53
commit
08c845cfdb
2 changed files with 3 additions and 3 deletions
|
|
@ -8,5 +8,5 @@ Requires: TLS
|
|||
See-also: http1.1 http2
|
||||
Help: Use TLSv1.0 or greater
|
||||
---
|
||||
Tells curl to use TLS version 1.x when negotiating with a remote TLS
|
||||
server. That means TLS version 1.0, 1.1 or 1.2.
|
||||
Tells curl to use at least TLS version 1.x when negotiating with a remote TLS
|
||||
server. That means TLS version 1.0 or higher
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue