mirror of
https://github.com/curl/curl.git
synced 2026-08-25 01:33:31 +03:00
version: add "ECH" as a feature
If available
Follow-up to a362962b7
Closes #13378
This commit is contained in:
parent
a1ecd0ba6b
commit
5e3fd347c5
6 changed files with 27 additions and 0 deletions
|
|
@ -46,6 +46,9 @@ curl was built with support for character set conversions (like EBCDIC)
|
|||
This curl uses a libcurl built with Debug. This enables more error-tracking
|
||||
and memory debugging etc. For curl-developers only!
|
||||
|
||||
## `ECH`
|
||||
ECH support is present.
|
||||
|
||||
## `gsasl`
|
||||
The built-in SASL authentication includes extensions to support SCRAM because
|
||||
libcurl was built with libgsasl.
|
||||
|
|
|
|||
|
|
@ -176,6 +176,12 @@ supports HTTP Brotli content encoding using libbrotlidec (Added in 7.57.0)
|
|||
|
||||
libcurl was built with debug capabilities (added in 7.10.6)
|
||||
|
||||
## ECH
|
||||
|
||||
*features* mask bit: non-existent
|
||||
|
||||
libcurl was built with ECH support (experimental, added in 8.8.0)
|
||||
|
||||
## gsasl
|
||||
|
||||
*features* mask bit: CURL_VERSION_GSASL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue