aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl/src/ssl_session_cache.erl
AgeCommit message (Expand)Author
2016-03-15update copyright-yearHenrik Nord
2015-12-03ssl: Add upper limit for session cacheIngela Anderton Andin
2015-09-15ssl: Correct return value of default session callback moduleIngela Anderton Andin
2015-06-18Change license text to APLv2Bruce Yinhe
2014-10-13ssl: Separate session cache for client and serverIngela Anderton Andin
2012-06-08ssl: Use ordered_set in cacheDan Gudmundsson
2011-12-01Callback specs now handled by -callback directive in the behaviour module.Ingela Anderton Andin
2011-09-05Corrected spec name errors: ip_adress -> ip_address port_num -> port_numberIngela Anderton Andin
2011-08-31Use inet and gen_* dialyzer specsIngela Anderton Andin
2011-06-29Removed global name from the certificate tabelIngela Anderton Andin
2011-06-14Changed test case so that we do not have to make ets-table namedIngela Anderton Andin
2011-06-01The clean up of the session table now works as intended.Ingela Anderton Andin
2010-06-22Refreshed documentation to reflect the change of default implementation.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