Method SSL.Context()->offers_tickets()

class SSL.Context

Method offers_tickets

bool offers_tickets()

Description

Signals if the context will offer a session ticket via encode_ticket().

Note

If encode_ticket() is overridden to return 0, this method must also be overridden to return 0, otherwise the server will advertise session ticket support to clients but never issue a ticket.