Hi,

Lutz Jaenicke wrote:
>............ the session must be selected by the application.

So I did it using SSL_get0_session() after the first SSL_connect() and
SSL_set_session() for all subsequent ones (you can see my code extract
in my last posted email).

SSL_get0_session should help keeping a reference to the first session,
while SSL_set_session should get it back to the next SSL_connect().

So, it still doesn't work.

Should I add some SSL_set_session(), with which parameters to ensure
keeping the first session reference valid all over my connections ?

Thanks for help

-- 
Patrick Chemla
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to