Searched refs:curves (Results 1 – 14 of 14) sorted by relevance
/curl/docs/cmdline-opts/ |
H A D | curves.md | 4 Long: curves 14 - --curves X25519 $URL 17 # `--curves` 19 Set specific curves to use during SSL session establishment according to RFC 24 --curves allows a OpenSSL powered curl to make SSL-connections with exactly 28 If this option is set, the default curves list built into OpenSSL are ignored.
|
H A D | engine.md | 13 - curves
|
H A D | ciphers.md | 14 - curves
|
H A D | tls13-ciphers.md | 14 - curves
|
H A D | Makefile.inc | 73 curves.md \
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_SSL_EC_CURVES.md | 21 CURLOPT_SSL_EC_CURVES - key exchange curves
|
/curl/lib/vquic/ |
H A D | vquic-tls.c | 118 if(wolfSSL_CTX_set1_groups_list(ctx->wssl.ctx, conn_config->curves ? in wssl_init_ctx() 119 conn_config->curves : in wssl_init_ctx()
|
/curl/lib/vtls/ |
H A D | wolfssl.c | 845 char *curves; in wolfssl_connect_step1() local 983 curves = conn_config->curves; in wolfssl_connect_step1() 984 if(curves) { in wolfssl_connect_step1() 988 if(strncmp(curves, gnm[idx].name, strlen(gnm[idx].name)) == 0) { in wolfssl_connect_step1() 997 if(!wolfSSL_CTX_set1_curves_list(backend->ctx, curves)) { in wolfssl_connect_step1() 998 failf(data, "failed setting curves list: '%s'", curves); in wolfssl_connect_step1()
|
H A D | vtls.c | 218 strcasecompare(c1->curves, c2->curves) && in match_ssl_primary_config() 262 CLONE_STRING(curves); in clone_ssl_primary_config() 284 Curl_safefree(sslc->curves); in free_primary_ssl_config() 307 data->set.ssl.primary.curves = data->set.str[STRING_SSL_EC_CURVES]; in Curl_ssl_easy_config_complete()
|
H A D | openssl.c | 3729 const char *curves = conn_config->curves; in Curl_ossl_ctx_init() local 3730 if(curves) { in Curl_ossl_ctx_init() 3731 if(!SSL_CTX_set1_curves_list(octx->ssl_ctx, curves)) { in Curl_ossl_ctx_init() 3732 failf(data, "failed setting curves list: '%s'", curves); in Curl_ossl_ctx_init()
|
/curl/docs/ |
H A D | options-in-versions | 38 --curves 7.73.0
|
H A D | TODO | 888 --proxy-tlsv1.3, --proxy-curves and a few more.
|
/curl/lib/ |
H A D | urldata.h | 306 char *curves; /* list of curves to use */ member
|
/curl/docs/libcurl/ |
H A D | curl_easy_setopt.md | 1109 Set key exchange curves. See CURLOPT_SSL_EC_CURVES(3)
|
Completed in 51 milliseconds