mirror of
https://github.com/curl/curl.git
synced 2026-08-26 02:43:31 +03:00
TLS: add support for ECH (Encrypted Client Hello)
An EXPERIMENTAL feature used with CURLOPT_ECH and --ech. Closes #11922
This commit is contained in:
parent
565d28dc8e
commit
a362962b72
40 changed files with 3122 additions and 16 deletions
|
|
@ -54,6 +54,7 @@ Invalid category provided, here is a list of all categories:
|
|||
telnet TELNET protocol options
|
||||
tftp TFTP protocol options
|
||||
tls All TLS/SSL related options
|
||||
ech All Encrypted Client Hello (ECH) options
|
||||
upload All options for uploads
|
||||
verbose Options related to any kind of command line output of curl
|
||||
</stdout>
|
||||
|
|
|
|||
|
|
@ -133,7 +133,8 @@ e97: proxy handshake error
|
|||
e98: SSL Client Certificate required
|
||||
e99: Unrecoverable error in select/poll
|
||||
e100: A value or data field grew larger than allowed
|
||||
e101: Unknown error
|
||||
e101: ECH attempted but failed
|
||||
e102: Unknown error
|
||||
m-1: Please call curl_multi_perform() soon
|
||||
m0: No error
|
||||
m1: Invalid multi handle
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue