Home | History | Annotate | Download | only in crypto

Lines Matching refs:SSL_set_options

1365 	SSL_set_options(conn->ssl, options);
2264 SSL_set_options(ssl, SSL_OP_NO_TICKET);
2271 SSL_set_options(ssl, SSL_OP_NO_TLSv1);
2277 SSL_set_options(ssl, SSL_OP_NO_TLSv1_1);
2283 SSL_set_options(ssl, SSL_OP_NO_TLSv1_2);
3642 SSL_set_options(conn->ssl, SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS);