Searched refs:SSL_get_options (Results 1 – 12 of 12) sorted by relevance
183 if (SSL_get_options(s) & SSL_OP_NO_QUERY_MTU) { in dtls1_clear()372 && !(SSL_get_options(s) & SSL_OP_NO_QUERY_MTU)) { in dtls1_check_timeout_num()902 if (!(SSL_get_options(s) & SSL_OP_NO_QUERY_MTU)) { in dtls1_query_mtu()
4788 unsigned long SSL_get_options(const SSL *s) in SSL_get_options() function
6 SSL_clear_options, SSL_CTX_get_options, SSL_get_options,20 long SSL_get_options(SSL *ssl);39 SSL_get_options() returns the options set for B<ssl>.372 SSL_CTX_get_options() and SSL_get_options() return the current bit mask.
266 SSL_get_options;
932 int was_ticket = (SSL_get_options(s) & SSL_OP_NO_TICKET) == 0; in final_server_name()985 && was_ticket && (SSL_get_options(s) & SSL_OP_NO_TICKET) != 0) { in final_server_name()
585 && (SSL_get_options(s) & SSL_OP_COOKIE_EXCHANGE)) { in ossl_statem_server_write_transition()1550 if (SSL_get_options(s) & SSL_OP_COOKIE_EXCHANGE) { in tls_process_client_hello()1700 if (SSL_get_options(s) & SSL_OP_COOKIE_EXCHANGE) { in tls_early_post_process_client_hello()
253 if (!(SSL_get_options(s) & SSL_OP_NO_QUERY_MTU)) { in dtls1_do_write()
1919 || (SSL_get_options(s) & SSL_OP_CRYPTOPRO_TLSEXT_BUG) == 0) in tls_construct_stoc_cryptopro_bug()
657 =item unsigned long B<SSL_get_options>(SSL *ssl);
586 unsigned long SSL_get_options(const SSL *s);
2915 if ((SSL_get_options(con) & SSL_OP_NO_RENEGOTIATION)) in print_connection_info()
2620 MLINKS+= SSL_CTX_set_options.3 SSL_get_options.3