SSL_SESSION_set1_ticket ?

Viktor Dukhovni openssl-users at dukhovni.org
Mon Apr 29 15:48:52 UTC 2019



> On Apr 29, 2019, at 11:35 AM, Jeremy Harris <jgh at wizmail.org> wrote:
> 
> documents SSL_CTX_sess_set_new_cb as being for "server side".  You seem
> to be using it client-side:
> 
> 	SSL_CTX_sess_set_new_cb(client_ctx, new_client_session_cb);
> 
> Is this valid?

Postfix sessions caches on both sides of the connection.  Yes, the
callback is valid on both sides.

-- 
	Viktor.



More information about the openssl-users mailing list