Home
last modified time | relevance | path

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

/freebsd-14-stable/crypto/openssl/ssl/
HDssl_conf.c375 SSL_FLAG_TBL_INV("SessionTicket", SSL_OP_NO_TICKET), in cmd_Options()
777 {SSL_OP_NO_TICKET, 0}, /* no_ticket */
HDssl_lib.c3367 ret->options |= SSL_OP_NO_TICKET; in SSL_CTX_new_ex()
3795 || (s->options & SSL_OP_NO_TICKET) != 0)) in ssl_update_cache()
HDt1_lib.c1692 if ((s->options & SSL_OP_NO_TICKET)) in tls_use_ticket()
/freebsd-14-stable/crypto/openssl/ssl/statem/
HDextensions.c939 int was_ticket = (SSL_get_options(s) & SSL_OP_NO_TICKET) == 0; in final_server_name()
990 && was_ticket && (SSL_get_options(s) & SSL_OP_NO_TICKET) != 0) { in final_server_name()
HDextensions_srvr.c1110 if ((s->options & SSL_OP_NO_TICKET) != 0 in tls_parse_ctos_psk()
HDstatem_srvr.c3995 && ((s->options & SSL_OP_NO_TICKET) != 0 in tls_construct_new_session_ticket()
/freebsd-14-stable/crypto/openssl/doc/man3/
HDSSL_CTX_set_options.pod263 =item SSL_OP_NO_TICKET
290 By default OpenSSL will use stateless tickets. The SSL_OP_NO_TICKET option will
HDSSL_CONF_cmd.pod53 Disables support for session tickets, same as setting B<SSL_OP_NO_TICKET>.
460 B<SSL_OP_NO_TICKET>: that is B<-SessionTicket> is the same as setting
461 B<SSL_OP_NO_TICKET>.
HDSSL_read_early_data.pod298 being used the server will operate as if the SSL_OP_NO_TICKET option had been
/freebsd-14-stable/contrib/wpa/src/crypto/
HDtls_openssl.c3112 #ifdef SSL_OP_NO_TICKET in tls_set_conn_flags()
3114 SSL_set_options(ssl, SSL_OP_NO_TICKET); in tls_set_conn_flags()
3116 SSL_clear_options(ssl, SSL_OP_NO_TICKET); in tls_set_conn_flags()
5752 #ifdef SSL_OP_NO_TICKET in tls_global_set_params()
5754 SSL_CTX_set_options(ssl_ctx, SSL_OP_NO_TICKET); in tls_global_set_params()
5756 SSL_CTX_clear_options(ssl_ctx, SSL_OP_NO_TICKET); in tls_global_set_params()
/freebsd-14-stable/crypto/openssl/test/
HDssl_old_test.c1404 SSL_CTX_set_options(c_ctx, SSL_OP_NO_TICKET); in main()
1405 SSL_CTX_set_options(s_ctx, SSL_OP_NO_TICKET); in main()
HDsslapitest.c863 || !TEST_true(SSL_CTX_set_options(sctx, SSL_OP_NO_TICKET)) in test_ccs_change_cipher()
2228 SSL_CTX_set_options(sctx, SSL_OP_NO_TICKET); in execute_test_session()
2454 SSL_CTX_set_options(*sctx, SSL_OP_NO_TICKET); in setup_ticket_test()
9046 || !TEST_true(SSL_CTX_set_options(sctx, SSL_OP_NO_TICKET))) in test_session_cache_overflow()
10690 SSL_CTX_set_options(sctx, SSL_OP_NO_TICKET); in test_multi_resume()
/freebsd-14-stable/lib/libfetch/
HDcommon.c1042 ssl_ctx_options = SSL_OP_ALL | SSL_OP_NO_SSLv3 | SSL_OP_NO_TICKET; in fetch_ssl_setup_transport_layer()
/freebsd-14-stable/contrib/sendmail/src/
HDconf.c390 # ifdef SSL_OP_NO_TICKET
391 | SSL_OP_NO_TICKET
HDreadcf.c2324 # ifdef SSL_OP_NO_TICKET
2325 { "SSL_OP_NO_TICKET", SSL_OP_NO_TICKET },
/freebsd-14-stable/crypto/openssl/include/openssl/
HDssl.h376 # define SSL_OP_NO_TICKET SSL_OP_BIT(14) macro
HDssl.h.in353 # define SSL_OP_NO_TICKET SSL_OP_BIT(14) macro
/freebsd-14-stable/crypto/openssl/
HDCHANGES.md141 This problem can occur in TLSv1.3 if the non-default SSL_OP_NO_TICKET option
9606 SSL_OP_NO_TICKET can be set.
10749 SSL_OP_NO_TICKET can be set.
/freebsd-14-stable/contrib/sendmail/
HDRELEASE_NOTES518 SSL_OP_NO_TICKET for the client. See doc/op/op.me