SSL_OP_NO_TICKET
SSL_FLAG_TBL_INV("SessionTicket", SSL_OP_NO_TICKET),
{ SSL_OP_NO_TICKET, 0 }, /* no_ticket */
ret->options |= SSL_OP_NO_TICKET;
|| (s->options & SSL_OP_NO_TICKET) != 0))
(OSSL_LEGACY_SSL_OPTIONS | OSSL_TLS1_2_OPTIONS | SSL_OP_CIPHER_SERVER_PREFERENCE | SSL_OP_DISABLE_TLSEXT_CA_NAMES | SSL_OP_NO_TX_CERTIFICATE_COMPRESSION | SSL_OP_NO_RX_CERTIFICATE_COMPRESSION | SSL_OP_PRIORITIZE_CHACHA | SSL_OP_NO_QUERY_MTU | SSL_OP_NO_TICKET | SSL_OP_NO_ANTI_REPLAY)
int was_ticket = (SSL_get_options(ssl) & SSL_OP_NO_TICKET) == 0;
&& was_ticket && (SSL_get_options(ssl) & SSL_OP_NO_TICKET) != 0) {
if ((s->options & SSL_OP_NO_TICKET) != 0
&& ((s->options & SSL_OP_NO_TICKET) != 0
if ((s->options & SSL_OP_NO_TICKET))
SSL_set_options(serverssl, SSL_OP_NO_TICKET);
SSL_set_options(clientssl, SSL_OP_NO_TICKET);
SSL_set_options(serverssl, SSL_OP_NO_TICKET);
SSL_set_options(clientssl, SSL_OP_NO_TICKET);
SSL_set_options(clientssl, SSL_OP_NO_TICKET);
SSL_set_options(serverssl, SSL_OP_NO_TICKET);
SSL_set_options(serverssl, SSL_OP_NO_TICKET);
SSL_set_options(clientssl, SSL_OP_NO_TICKET);
SSL_CTX_set_options(c_ctx, SSL_OP_NO_TICKET);
SSL_CTX_set_options(s_ctx, SSL_OP_NO_TICKET);
SSL_CTX_set_options(sctx, SSL_OP_NO_TICKET);
SSL_CTX_set_options(sctx, SSL_OP_NO_TICKET);
SSL_CTX_set_options(*sctx, SSL_OP_NO_TICKET);
|| !TEST_true(SSL_CTX_set_options(sctx, SSL_OP_NO_TICKET))
|| !TEST_true(SSL_CTX_set_options(sctx, SSL_OP_NO_TICKET)))
ssl_ctx_options = SSL_OP_ALL | SSL_OP_NO_SSLv3 | SSL_OP_NO_TICKET;