On Tue, Jul 17, 2001 at 10:10:32PM +0300, Marko Asplund wrote:
> 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?

The server automatically supports session reuse.

> 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?
Yes.

Start from the SSL_CTX_set_session_cache_mode manual page, if you did not
already follow this path.

Best regards,
        Lutz
-- 
Lutz Jaenicke                             [EMAIL PROTECTED]
BTU Cottbus               http://www.aet.TU-Cottbus.DE/personen/jaenicke/
Lehrstuhl Allgemeine Elektrotechnik                  Tel. +49 355 69-4129
Universitaetsplatz 3-4, D-03044 Cottbus              Fax. +49 355 69-4153
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to