Home
last modified time | relevance | path

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

/third_party/curl/lib/vtls/
Dopenssl.c2386 set_ssl_version_min_max_legacy(ctx_option_t *ctx_options, in set_ssl_version_min_max_legacy() argument
2401 *ctx_options |= SSL_OP_NO_TLSv1_2; in set_ssl_version_min_max_legacy()
2405 (void)ctx_options; in set_ssl_version_min_max_legacy()
2412 *ctx_options |= SSL_OP_NO_TLSv1_1; in set_ssl_version_min_max_legacy()
2420 *ctx_options |= SSL_OP_NO_TLSv1; in set_ssl_version_min_max_legacy()
2434 *ctx_options |= SSL_OP_NO_TLSv1_1; in set_ssl_version_min_max_legacy()
2439 *ctx_options |= SSL_OP_NO_TLSv1_2; in set_ssl_version_min_max_legacy()
2444 *ctx_options |= SSL_OP_NO_TLSv1_3; in set_ssl_version_min_max_legacy()
2593 ctx_option_t ctx_options = 0; in ossl_connect_step1() local
2720 ctx_options = SSL_OP_ALL; in ossl_connect_step1()
[all …]