Searched refs:SSL_OP_NO_TICKET (Results 1 – 19 of 19) sorted by relevance
| /freebsd-14-stable/crypto/openssl/ssl/ |
| HD | ssl_conf.c | 375 SSL_FLAG_TBL_INV("SessionTicket", SSL_OP_NO_TICKET), in cmd_Options() 777 {SSL_OP_NO_TICKET, 0}, /* no_ticket */
|
| HD | ssl_lib.c | 3367 ret->options |= SSL_OP_NO_TICKET; in SSL_CTX_new_ex() 3795 || (s->options & SSL_OP_NO_TICKET) != 0)) in ssl_update_cache()
|
| HD | t1_lib.c | 1692 if ((s->options & SSL_OP_NO_TICKET)) in tls_use_ticket()
|
| /freebsd-14-stable/crypto/openssl/ssl/statem/ |
| HD | extensions.c | 939 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()
|
| HD | extensions_srvr.c | 1110 if ((s->options & SSL_OP_NO_TICKET) != 0 in tls_parse_ctos_psk()
|
| HD | statem_srvr.c | 3995 && ((s->options & SSL_OP_NO_TICKET) != 0 in tls_construct_new_session_ticket()
|
| /freebsd-14-stable/crypto/openssl/doc/man3/ |
| HD | SSL_CTX_set_options.pod | 263 =item SSL_OP_NO_TICKET 290 By default OpenSSL will use stateless tickets. The SSL_OP_NO_TICKET option will
|
| HD | SSL_CONF_cmd.pod | 53 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>.
|
| HD | SSL_read_early_data.pod | 298 being used the server will operate as if the SSL_OP_NO_TICKET option had been
|
| /freebsd-14-stable/contrib/wpa/src/crypto/ |
| HD | tls_openssl.c | 3112 #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/ |
| HD | ssl_old_test.c | 1404 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()
|
| HD | sslapitest.c | 863 || !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/ |
| HD | common.c | 1042 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/ |
| HD | conf.c | 390 # ifdef SSL_OP_NO_TICKET 391 | SSL_OP_NO_TICKET
|
| HD | readcf.c | 2324 # ifdef SSL_OP_NO_TICKET 2325 { "SSL_OP_NO_TICKET", SSL_OP_NO_TICKET },
|
| /freebsd-14-stable/crypto/openssl/include/openssl/ |
| HD | ssl.h | 376 # define SSL_OP_NO_TICKET SSL_OP_BIT(14) macro
|
| HD | ssl.h.in | 353 # define SSL_OP_NO_TICKET SSL_OP_BIT(14) macro
|
| /freebsd-14-stable/crypto/openssl/ |
| HD | CHANGES.md | 141 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/ |
| HD | RELEASE_NOTES | 518 SSL_OP_NO_TICKET for the client. See doc/op/op.me
|