Home
last modified time | relevance | path

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

/openbsd/lib/libssl/
H A Dd1_lib.c213 if (SSL_get_options(s) & SSL_OP_NO_QUERY_MTU) { in dtls1_clear()
H A Dssl_srvr.c338 (SSL_get_options(s) & SSL_OP_COOKIE_EXCHANGE)) in ssl3_accept()
872 if (SSL_get_options(s) & SSL_OP_COOKIE_EXCHANGE) { in ssl3_get_client_hello()
933 if ((SSL_get_options(s) & SSL_OP_COOKIE_EXCHANGE) && in ssl3_get_client_hello()
H A Dssl_tlsext.c1113 if ((SSL_get_options(s) & SSL_OP_NO_TICKET) != 0) in tlsext_sessionticket_client_needs()
1198 !(SSL_get_options(s) & SSL_OP_NO_TICKET) && in tlsext_sessionticket_server_needs()
1222 if ((SSL_get_options(s) & SSL_OP_NO_TICKET) != 0 || CBS_len(cbs) > 0) { in tlsext_sessionticket_client_process()
H A Dt1_lib.c901 if (SSL_get_options(s) & SSL_OP_NO_TICKET) in tls1_process_ticket()
H A Dd1_both.c220 !(SSL_get_options(s) & SSL_OP_NO_QUERY_MTU)) { in dtls1_do_write()
H A Dssl.h470 #define SSL_get_options(ssl) \ macro