[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: SSL sessions
At 11:04 PM 2002-09-19, Howard Chu wrote:
>The second option is to pass back in the SSL_CTX index key. Since the SSL
>session cache lives longer than an LDAP session handle, libldap can't
>remember the index key between unbinds, it's up to the application to save it
>and pass it back in when creating a new LDAP session.
I prefer an approach which allows the application to manage
its SSL contexts... then we can divorce their issues from
ours.