The man page for SSL_CTX_sess_set_cache_size() says:

"When the maximum number of sessions is reached, no
more new sessions are added to the cache. New space
may be added by calling SSL_CTX_flush_sessions(3) to
remove expired sessions."

Is this really true?  It appears from the code
(0.9.6g) that the tail cache entry is dropped (if not
in use) to make room for the new session.

    Tim



__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to