Home
last modified time | relevance | path

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

/curl/src/
H A Dtool_cfgable.c184 Curl_safefree(config->ech_config); in free_config_fields()
185 config->ech_config = NULL; in free_config_fields()
H A Dtool_cfgable.h303 char *ech_config; /* Config set by "--ech esl:" option */ member
H A Dtool_getparam.c2096 err = getstr(&config->ech_config, nextarg, DENY_BLANK); in getparameter()
2122 config->ech_config = aprintf("ecl:%s",tmpcfg); in getparameter()
2123 if(!config->ech_config) in getparameter()
H A Dtool_operate.c2188 if(config->ech_config) /* only if set (optional) */ in single_transfer()
2189 my_setopt_str(curl, CURLOPT_ECH, config->ech_config); in single_transfer()
/curl/lib/vtls/
H A Dopenssl.c3882 unsigned char *ech_config = NULL; in Curl_ossl_ctx_init() local
3905 result = Curl_base64_decode(b64, &ech_config, &ech_config_len); in Curl_ossl_ctx_init()
3906 if(result || !ech_config) { in Curl_ossl_ctx_init()
3911 if(SSL_set1_ech_config_list(octx->ssl, ech_config, in Curl_ossl_ctx_init()
3915 free(ech_config); in Curl_ossl_ctx_init()
3919 free(ech_config); in Curl_ossl_ctx_init()
3922 ech_config = (unsigned char *) data->set.str[STRING_ECH_CONFIG]; in Curl_ossl_ctx_init()
3923 if(!ech_config) { in Curl_ossl_ctx_init()
3928 if(SSL_ech_set1_echconfig(octx->ssl, ech_config, ech_config_len) != 1) { in Curl_ossl_ctx_init()

Completed in 44 milliseconds