Home
last modified time | relevance | path

Searched refs:ech (Results 1 – 15 of 15) sorted by relevance

/curl/tests/
H A Dech_tests.sh655 …cli_test "$turl" 1 1 --ech false --ech ecl:"$badecl" --ech hard --ech true --ech ecl:"$goodecl" --
673 cli_test "$turl" 0 0 --ech false --ech ecl:"$badecl" --ech pn:"$badpn" --ech hard --ech true
675 …cli_test "$turl" 1 1 --ech false --ech ecl:"$badecl" --ech pn:"$badpn" --ech hard --ech true --ech
677 …cli_test "$turl" 1 1 --ech false --ech ecl:"$badecl" --ech pn:"$badpn" --ech hard --ech true --ech
679 …cli_test "$turl" 0 0 --ech false --ech ecl:"$badecl" --ech pn:"$badpn" --ech hard --ech true --ech
739 …cli_test "$turl" 1 1 --ech false --ech pn:"$badpn" --ech hard --ech true --ech ecl:"$goodecl" --ec…
741 cli_test "$turl" 1 1 --ech false --ech pn:"$badpn" --ech hard --ech true --ech pn:"$goodpn"
958 …cli_test "$turl" 0 0 --ech false --ech ecl:"$badecl" --ech pn:"$badpn" --ech hard --ech true --ech
960 …cli_test "$turl" 0 0 --ech false --ech ecl:"$badecl" --ech pn:"$badpn" --ech hard --ech true --ech
962 …cli_test "$turl" 0 0 --ech false --ech ecl:"$badecl" --ech pn:"$badpn" --ech hard --ech true --ech
[all …]
/curl/docs/cmdline-opts/
H A Dech.md4 Long: ech
14 - --ech true $URL
17 # `--ech`
H A DMakefile.inc94 ech.md \
/curl/
H A D.gitignore68 tests/ech-log/
H A DRELEASE-NOTES22 o cmdline/ech.md: formatting cleanups [13]
H A DCMakeLists.txt876 openssl_check_symbol_exists("SSL_ech_set1_echconfig" "openssl/ech.h" HAVE_ECH "")
H A Dconfigure.ac5031 AC_MSG_ERROR([--enable-ech ignored: No ECH support found])
/curl/m4/
H A Dcurl-confopts.m4676 dnl --enable-ech or --disable-ech, and set
682 AC_ARG_ENABLE(ech,
683 AS_HELP_STRING([--enable-ech],[Enable ECH support])
684 AS_HELP_STRING([--disable-ech],[Disable ECH support]),
688 dnl --disable-ech option used
690 curl_ech_msg="no (--enable-ech)"
696 curl_ech_msg="no (--enable-ech)"
700 dnl --enable-ech option used
702 curl_ech_msg="enabled (--disable-ech)"
/curl/src/
H A Dtool_cfgable.h309 char *ech; /* Config set by --ech keywords */ member
H A Dtool_cfgable.c181 Curl_safefree(config->ech); in free_config_fields()
H A Dtool_operate.c1738 if(config->ech) /* only if set (optional) */ in config2setopts()
1739 my_setopt_str(curl, CURLOPT_ECH, config->ech); in config2setopts()
H A Dtool_getparam.c1967 err = getstr(&config->ech, nextarg, DENY_BLANK); in getparameter()
/curl/docs/
H A Doptions-in-versions59 --ech 8.8.0
/curl/.github/workflows/
H A Dlinux.yml97 …HOME/wolfssl-all/lib" --with-wolfssl=$HOME/wolfssl-all --enable-httpsrr --enable-ech --enable-debug
143 …gure: LDFLAGS="-Wl,-rpath,$HOME/awslc/lib" --with-openssl=$HOME/awslc --enable-httpsrr --enable-ech
H A Dhttp3-linux.yml286 --enable-httpsrr --enable-ech

Completed in 60 milliseconds