Home
last modified time | relevance | path

Searched refs:SSL_get_options (Results 1 – 11 of 11) sorted by relevance

/openssl/ssl/
H A Dd1_lib.c198 if (SSL_get_options(ssl) & SSL_OP_NO_QUERY_MTU) { in dtls1_clear()
393 && !(SSL_get_options(ssl) & SSL_OP_NO_QUERY_MTU)) { in dtls1_check_timeout_num()
923 if (!(SSL_get_options(ssl) & SSL_OP_NO_QUERY_MTU)) { in dtls1_query_mtu()
H A Dssl_lib.c5659 uint64_t SSL_get_options(const SSL *s) in SSL_get_options() function
/openssl/doc/man3/
H A DSSL_CTX_set_options.pod6 SSL_clear_options, SSL_CTX_get_options, SSL_get_options,
20 uint64_t SSL_get_options(const SSL *ssl);
39 SSL_get_options() returns the options set for B<ssl>.
424 SSL_CTX_get_options() and SSL_get_options() return the current bit-mask.
/openssl/ssl/statem/
H A Dextensions.c939 int was_ticket = (SSL_get_options(ssl) & SSL_OP_NO_TICKET) == 0; in final_server_name()
990 && was_ticket && (SSL_get_options(ssl) & SSL_OP_NO_TICKET) != 0) { in final_server_name()
H A Dstatem_srvr.c587 && (SSL_get_options(SSL_CONNECTION_GET_SSL(s)) & SSL_OP_COOKIE_EXCHANGE)) { in ossl_statem_server_write_transition()
1540 if (SSL_get_options(SSL_CONNECTION_GET_SSL(s)) & SSL_OP_COOKIE_EXCHANGE) { in tls_process_client_hello()
1682 if (SSL_get_options(ssl) & SSL_OP_COOKIE_EXCHANGE) { in tls_early_post_process_client_hello()
H A Dstatem_dtls.c256 if (!(SSL_get_options(ssl) & SSL_OP_NO_QUERY_MTU)) { in dtls1_do_write()
H A Dextensions_srvr.c1875 || (SSL_get_options(SSL_CONNECTION_GET_SSL(s)) in tls_construct_stoc_cryptopro_bug()
/openssl/util/
H A Dlibssl.num134 SSL_get_options 135 3_0_0 EXIST::FUNCTION:
/openssl/apps/
H A Ds_server.c3031 if ((SSL_get_options(con) & SSL_OP_NO_RENEGOTIATION)) in print_connection_info()
/openssl/include/openssl/
H A Dssl.h.in582 uint64_t SSL_get_options(const SSL *s);
/openssl/doc/man7/
H A Dmigration_guide.pod2304 L<SSL_get_options(3)> and L<SSL_set_options(3)>.

Completed in 97 milliseconds