Searched refs:SSL_OP_NO_TLSv1_1 (Results 1 – 10 of 10) sorted by relevance
174 {TLS1_1_VERSION, SSL_OP_NO_TLSv1_1},185 options &= ~SSL_OP_NO_TLSv1_1; in ssl_get_version_range()187 options |= SSL_OP_NO_TLSv1_1; in ssl_get_version_range()
179 #ifdef SSL_OP_NO_TLSv1_1 in get_ssl_ctx()180 SSL_CTX_set_options(the_ssl_ctx, SSL_OP_NO_TLSv1_1); in get_ssl_ctx()
2185 *ctx_options |= SSL_OP_NO_TLSv1_1; in set_ssl_version_min_max()2207 *ctx_options |= SSL_OP_NO_TLSv1_1; in set_ssl_version_min_max()2463 ctx_options |= SSL_OP_NO_TLSv1_1; in ossl_connect_step1()2490 ctx_options |= SSL_OP_NO_TLSv1_1; in ossl_connect_step1()
2867 #ifdef SSL_OP_NO_TLSv1_1 in tls_set_conn_flags()2869 SSL_set_options(ssl, SSL_OP_NO_TLSv1_1); in tls_set_conn_flags()2871 SSL_clear_options(ssl, SSL_OP_NO_TLSv1_1); in tls_set_conn_flags()2990 SSL_set_options(ssl, SSL_OP_NO_TLSv1_1); in tls_set_conn_flags()
1243 wolfSSL_set_options(ssl, SSL_OP_NO_TLSv1_1); in tls_set_conn_flags()
1515 SSL_set_options(ssl.get(), SSL_OP_NO_TLSv1_1); in NewSSL()
671 #define SSL_OP_NO_TLSv1_1 0x10000000L macro
4362 PyModule_AddIntConstant(m, "OP_NO_TLSv1_1", SSL_OP_NO_TLSv1_1); in init_ssl()
5944 PyModule_AddIntConstant(m, "OP_NO_TLSv1_1", SSL_OP_NO_TLSv1_1); in PyInit__ssl()
META-INF/ META-INF/MANIFEST.MF io/ io/grpc/ io/ ...