mirror of
https://github.com/curl/curl.git
synced 2026-08-26 20:43:52 +03:00
setopt: add TLS 1.3 ciphersuites
Adds CURLOPT_TLS13_CIPHERS and CURLOPT_PROXY_TLS13_CIPHERS. curl: added --tls13-ciphers and --proxy-tls13-ciphers Fixes #2435 Reported-by: zzq1015 on github Closes #2607
This commit is contained in:
parent
5005ade2ce
commit
050c93c46f
19 changed files with 260 additions and 11 deletions
|
|
@ -1849,6 +1849,10 @@ typedef enum {
|
|||
/* shuffle addresses before use when DNS returns multiple */
|
||||
CINIT(DNS_SHUFFLE_ADDRESSES, LONG, 275),
|
||||
|
||||
/* Specify which TLS 1.3 ciphers suites to use */
|
||||
CINIT(TLS13_CIPHERS, STRINGPOINT, 276),
|
||||
CINIT(PROXY_TLS13_CIPHERS, STRINGPOINT, 277),
|
||||
|
||||
CURLOPT_LASTENTRY /* the last unused */
|
||||
} CURLoption;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue