Lines Matching refs:callback
23 SSL_CTX_set_generate_session_id() sets the callback function for generating
26 SSL_set_generate_session_id() sets the callback function for generating
42 Without a callback being set, an OpenSSL server will generate a unique
44 Using the callback function, the session id can be changed to contain
48 The callback function receives a pointer to the memory location to put
51 The callback is only allowed to generate a shorter id and reduce B<id_len>;
52 the callback B<must never> increase B<id_len> or write to the location
55 The location B<id> is filled with 0x00 before the callback is called, so the
56 callback may only fill part of the possible length and leave B<id_len>
60 Without the callback a random number is used, so that the probability
62 In order to assure the uniqueness of the generated session id, the callback must call
82 The callback must return 0 if it cannot generate a session id for whatever
95 The callback function listed will generate a session id with the