Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/tls/
H A Dtls_client.c351 SSL_clear_options(ctx->ssl_conn, SSL_OP_NO_TICKET); in tls_connect_common()
H A Dtls_server.c287 SSL_CTX_clear_options(*ssl_ctx, SSL_OP_NO_TICKET); in tls_configure_server_ssl()
H A Dtls.c548 SSL_CTX_set_options(ssl_ctx, SSL_OP_NO_TICKET); in tls_configure_ssl()
/dragonfly/crypto/libressl/ssl/
H A Dssl_tlsext.c1089 if ((SSL_get_options(s) & SSL_OP_NO_TICKET) != 0) in tlsext_sessionticket_client_needs()
1174 !(SSL_get_options(s) & SSL_OP_NO_TICKET) && in tlsext_sessionticket_server_needs()
1198 if ((SSL_get_options(s) & SSL_OP_NO_TICKET) != 0 || CBS_len(cbs) > 0) { in tlsext_sessionticket_client_parse()
H A Dt1_lib.c916 if (SSL_get_options(s) & SSL_OP_NO_TICKET) in tls1_process_ticket()
H A Dssl_lib.c2422 if ((s->internal->options & SSL_OP_NO_TICKET) != 0) in ssl_should_update_internal_cache()
/dragonfly/contrib/wpa_supplicant/src/crypto/
H A Dtls_openssl.c2915 #ifdef SSL_OP_NO_TICKET in tls_set_conn_flags()
2917 SSL_set_options(ssl, SSL_OP_NO_TICKET); in tls_set_conn_flags()
2919 SSL_clear_options(ssl, SSL_OP_NO_TICKET); in tls_set_conn_flags()
5303 #ifdef SSL_OP_NO_TICKET in tls_global_set_params()
5305 SSL_CTX_set_options(ssl_ctx, SSL_OP_NO_TICKET); in tls_global_set_params()
5307 SSL_CTX_clear_options(ssl_ctx, SSL_OP_NO_TICKET); in tls_global_set_params()
/dragonfly/lib/libfetch/
H A Dcommon.c1057 ssl_ctx_options = SSL_OP_ALL | SSL_OP_NO_SSLv2 | SSL_OP_NO_TICKET; in fetch_ssl_setup_transport_layer()
/dragonfly/crypto/libressl/apps/openssl/
H A Ds_client.c660 .value = SSL_OP_NO_TICKET,
H A Ds_server.c805 .value = SSL_OP_NO_TICKET,
/dragonfly/crypto/libressl/include/openssl/
H A Dssl.h400 #define SSL_OP_NO_TICKET 0x00004000L macro