does OpenSSL automatically resume SSL sessions on server side if the same
SSL_CTX object is used for all the client connections? or are some steps
required to enable session resumption?

what about on the client side? i've gotten the impression that the client
application needs to keep track of server address-port pairs and associate
SSL sessions to these using SSL_get_session() and SSL_set_session(). is
this correct?

best regards,
-- 
        aspa



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

Reply via email to