Searched refs:ctx_options (Results 1 – 1 of 1) sorted by relevance
2825 *ctx_options |= SSL_OP_NO_TLSv1_2; in ossl_set_ssl_version_min_max_legacy()2828 (void)ctx_options; in ossl_set_ssl_version_min_max_legacy()2835 *ctx_options |= SSL_OP_NO_TLSv1_1; in ossl_set_ssl_version_min_max_legacy()2843 *ctx_options |= SSL_OP_NO_TLSv1; in ossl_set_ssl_version_min_max_legacy()2857 *ctx_options |= SSL_OP_NO_TLSv1_1; in ossl_set_ssl_version_min_max_legacy()2862 *ctx_options |= SSL_OP_NO_TLSv1_2; in ossl_set_ssl_version_min_max_legacy()3489 ctx_option_t ctx_options = 0; in Curl_ossl_ctx_init() local3617 ctx_options = SSL_OP_ALL; in Curl_ossl_ctx_init()3620 ctx_options |= SSL_OP_NO_TICKET; in Curl_ossl_ctx_init()3653 ctx_options |= SSL_OP_NO_SSLv2; in Curl_ossl_ctx_init()[all …]
Completed in 14 milliseconds