I need to use multiple client processes connecting to
various different servers over https using openssl. I
want to share the session info between processes when
connecting to the same server, using some form of IPC.

My question is: In order to reuse a session id, does
the ssl object need to be created from the same
SSL_CTX ? 
The Notes section of the Man page for SSL_set_session
seems to say so. 

Could someone please clarify ?

Thanks,
Priya.

P.S. The notes section says -
SSL_SESSION objects keep internal link information
about the session cache list, when being inserted into
one SSL_CTX object's session cache. One SSL_SESSION
object, regardless of its reference count, must
therefore only be used with one SSL_CTX object (and
the SSL objects created from this SSL_CTX object). 


__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to