Lines Matching refs:SSL_set_options
1733 SSL_set_options(conn->ssl, options); in tls_connection_init()
3114 SSL_set_options(ssl, SSL_OP_NO_TICKET); in tls_set_conn_flags()
3121 SSL_set_options(ssl, SSL_OP_LEGACY_SERVER_CONNECT); in tls_set_conn_flags()
3126 SSL_set_options(ssl, SSL_OP_NO_TLSv1); in tls_set_conn_flags()
3132 SSL_set_options(ssl, SSL_OP_NO_TLSv1_1); in tls_set_conn_flags()
3138 SSL_set_options(ssl, SSL_OP_NO_TLSv1_2); in tls_set_conn_flags()
3144 SSL_set_options(ssl, SSL_OP_NO_TLSv1_3); in tls_set_conn_flags()
3297 SSL_set_options(ssl, SSL_OP_NO_TLSv1); in tls_set_conn_flags()
3298 SSL_set_options(ssl, SSL_OP_NO_TLSv1_1); in tls_set_conn_flags()
4956 SSL_set_options(conn->ssl, SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS); in tls_connection_enable_workaround()
5408 SSL_set_options(conn->ssl, SSL_OP_NO_TLSv1_3); in tls_connection_set_params()