Method SSL.Context()->offers_tickets()
classSSL.Context
- Method
offers_tickets
booloffers_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 return0, otherwise the server will advertise session ticket support to clients but never issue a ticket.