Hello Forum,

I have a series of clients that connect to the same server. I would
like to improve performance by reusing SSL session.

When the 1st client comes in, I create a new SSL object using
SSL_new(). The I go through all the drills. In the end, I call
SSL_shutdown() and then call SSL_clear().

When the next client comes in, it reuses the same SSL object. Does
this mean that the session from the previous connection will also be
reused?

--Rij
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to