aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl/src/ssl_session_cache_api.erl
AgeCommit message (Collapse)Author
2016-03-15update copyright-yearHenrik Nord
2015-12-03ssl: Add upper limit for session cacheIngela Anderton Andin
If upper limit is reached invalidate the current cache entries, e.i the session lifetime is the max time a session will be keept, but it may be invalidated earlier if the max limit for the table is reached. This will keep the ssl manager process well behaved, not exhusting memeory. Invalidating the entries will incrementally empty the cache to make room for fresh sessions entries.
2015-06-18Change license text to APLv2Bruce Yinhe
2011-12-01Callback specs now handled by -callback directive in the behaviour module.Ingela Anderton Andin
2010-05-26Added option list argument to the init function in ssl_session_cache_api.Ingela Anderton Andin
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP