Lines Matching refs:to
31 and B<dec_cb> that are used by a server to set and get application data stored
33 be set to NULL. The value of B<arg> is passed to the callbacks.
36 about to be created. The application can call SSL_SESSION_set1_ticket_appdata()
37 at this time to add application data to the session ticket. The value of B<arg>
38 is the same as that given to SSL_CTX_set_session_ticket_cb(). The B<gen_cb>
45 used to decrypt the session ticket. The B<status> argument is the result of the
47 of B<arg> is the same as that given to SSL_CTX_set_session_ticket_cb(). The
52 tickets. It can be called at any time before a session ticket is created to
54 and tickets are created by the handshake, the B<gen_cb> is provided to notify
55 the application that a session ticket is about to be generated.
57 SSL_SESSION_get0_ticket_appdata() assigns B<data> to the session ticket
58 application data and assigns B<len> to the length of the session ticket
61 to B<data> and 0 will be assigned to B<len> if there is no session ticket
63 after a session has been created. The B<dec_cb> is provided to notify the
69 assigned to the SSL B<s>. The B<status> indicates the result of the ticket
73 The B<keyname> and B<keyname_len> arguments to B<dec_cb> may be used to identify
74 the key that was used to encrypt the session ticket.
83 sent to the client. This only occurs in TLSv1.2 or below. In TLSv1.3 it is not
84 valid for a client to send an empty ticket.
89 should be sent to the client.
94 be available. A new ticket should not be sent to the client.
98 Same as B<SSL_TICKET_SUCCESS>, but a new ticket should be sent to the client.
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.
122 If the callback does not wish to change the default ticket behaviour then it
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
132 If the callback does not wish to change the default ticket behaviour then it
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
141 If the callback does not wish to change the default ticket behaviour then it
151 argument to retrieve the application data.
154 used to retrieve the SSL_SESSION for SSL_SESSION_set1_ticket_appdata().
158 default behaviour is to always issue a new ticket on resumption. In both cases
168 The B<gen_cb> callback must return 1 to continue the connection. A return of 0