Searched refs:ech_config (Results 1 – 5 of 5) sorted by relevance
/curl/src/ |
H A D | tool_cfgable.h | 310 char *ech_config; /* Config set by "--ech esl:" option */ member
|
H A D | tool_cfgable.c | 182 Curl_safefree(config->ech_config); in free_config_fields()
|
H A D | tool_getparam.c | 1933 err = getstr(&config->ech_config, nextarg, DENY_BLANK); in getparameter() 1959 config->ech_config = aprintf("ecl:%s",tmpcfg); in getparameter() 1960 if(!config->ech_config) in getparameter()
|
H A D | tool_operate.c | 1742 if(config->ech_config) /* only if set (optional) */ in config2setopts() 1743 my_setopt_str(curl, CURLOPT_ECH, config->ech_config); in config2setopts()
|
/curl/lib/vtls/ |
H A D | openssl.c | 3845 unsigned char *ech_config = NULL; in Curl_ossl_ctx_init() local 3868 result = Curl_base64_decode(b64, &ech_config, &ech_config_len); in Curl_ossl_ctx_init() 3869 if(result || !ech_config) { in Curl_ossl_ctx_init() 3874 if(SSL_set1_ech_config_list(octx->ssl, ech_config, in Curl_ossl_ctx_init() 3878 free(ech_config); in Curl_ossl_ctx_init() 3882 free(ech_config); in Curl_ossl_ctx_init() 3885 ech_config = (unsigned char *) data->set.str[STRING_ECH_CONFIG]; in Curl_ossl_ctx_init() 3886 if(!ech_config) { in Curl_ossl_ctx_init() 3891 if(SSL_ech_set1_echconfig(octx->ssl, ech_config, ech_config_len) != 1) { in Curl_ossl_ctx_init()
|
Completed in 46 milliseconds