Lines Matching refs:a

31 and B<dec_cb> that are used by a server to set and get application data stored
32 with a session, and placed into a session ticket. Either callback function may
35 B<gen_cb> is the application defined callback invoked when a session ticket is
52 tickets. It can be called at any time before a session ticket is created to
55 the application that a session ticket is about to be generated.
60 SSL_SESSION_set1_ticket_appdata() or by a session ticket. NULL will be assigned
63 after a session has been created. The B<dec_cb> is provided to notify the
64 application that a session ticket has just been decrypted.
82 Empty ticket present. No ticket data will be used and a new ticket should be
84 valid for a client to send an empty ticket.
88 The ticket couldn't be decrypted. No ticket data will be used and a new ticket
98 Same as B<SSL_TICKET_SUCCESS>, but a new ticket should be sent to the client.
109 policy. Note that in TLSv1.3 a client may send more than one ticket in a single
115 Do not use a ticket (if one was available). Do not send a renewed ticket to the
120 Do not use a ticket (if one was available). Send a renewed ticket to the client.
128 Use the ticket. Do not send a renewed ticket to the client. It is an error for
129 the callback to return this value if B<status> has a value other than
137 Use the ticket. Send a renewed ticket to the client. It is an error for the
138 callback to return this value if B<status> has a value other than
156 By default, in TLSv1.2 and below, a new session ticket is not issued on a
158 default behaviour is to always issue a new ticket on resumption. In both cases
159 this behaviour can be changed if a ticket key callback is in use (see
171 The B<dec_cb> callback must return a value as described in L</NOTES> above.
188 this file except in compliance with the License. You can obtain a copy