Searched refs:ctx_options (Results 1 – 1 of 1) sorted by relevance
2157 set_ssl_version_min_max(long *ctx_options, struct connectdata *conn, in set_ssl_version_min_max() argument2174 *ctx_options |= SSL_OP_NO_TLSv1_2; in set_ssl_version_min_max()2178 (void)ctx_options; in set_ssl_version_min_max()2185 *ctx_options |= SSL_OP_NO_TLSv1_1; in set_ssl_version_min_max()2193 *ctx_options |= SSL_OP_NO_TLSv1; in set_ssl_version_min_max()2207 *ctx_options |= SSL_OP_NO_TLSv1_1; in set_ssl_version_min_max()2212 *ctx_options |= SSL_OP_NO_TLSv1_2; in set_ssl_version_min_max()2217 *ctx_options |= SSL_OP_NO_TLSv1_3; in set_ssl_version_min_max()2296 long ctx_options = 0; in ossl_connect_step1() local2436 ctx_options = SSL_OP_ALL; in ossl_connect_step1()[all …]