Home
last modified time | relevance | path

Searched refs:ech_config (Results 1 – 5 of 5) sorted by relevance

/curl/src/
H A Dtool_cfgable.h310 char *ech_config; /* Config set by "--ech esl:" option */ member
H A Dtool_cfgable.c182 Curl_safefree(config->ech_config); in free_config_fields()
H A Dtool_getparam.c1933 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 Dtool_operate.c1742 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 Dopenssl.c3845 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