Lines Matching refs:ticket
3804 sid->u.ssl3.sessionTicket.ticket.data)
5035 /* If we sent a session ticket, then this is a stateless resume. */
5037 sid->u.ssl3.sessionTicket.ticket.data != NULL)
5929 * session ticket extension, or (2) the client support the session
5930 * ticket extension, but sent an empty ticket.
5966 /* We only send a session ticket extension if the client supports
5970 * TODO: send a session ticket if performing a stateful
5972 * ticket while doing a (stateless or stateful) session resume,
7195 rv = ssl3_ConsumeHandshakeVariable(ss, &session_ticket.ticket, 2,
8049 * either an empty session ticket, or one that did not verify.