aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl/src/ssl_manager.erl
AgeCommit message (Expand)Author
2017-03-10Update copyright yearRickard Green
2017-02-01ssl: Simplify configuration codeIngela Anderton Andin
2017-02-01ssl: Make sure PEM cache works as intendedIngela Anderton Andin
2017-01-19ssl: Move PEM cache to a dedicated processIngela Anderton Andin
2016-08-19Add option to bypass SSL PEM cacheFred Hebert
2016-06-03ssl: Mitigate load increase when the whole session table is invalidatedIngela Anderton Andin
2016-05-02Merge branch 'ingela/ssl-max-session-table/OTP-13490'Ingela Anderton Andin
2016-04-25ssl: Remove use of crypto:rand_bytes/1Ingela Anderton Andin
2016-04-14ssl: Adjust max table to work as expected from documentationIngela Anderton Andin
2016-03-15update copyright-yearHenrik Nord
2016-01-26ssl: Only start a new session validator if the old one has finished its workIngela Anderton Andin
2015-12-03ssl: Add upper limit for session cacheIngela Anderton Andin
2015-12-03ssl: Measure elapsed time with erlang:monotonic_timeIngela Anderton Andin
2015-10-22fix incorrect number of seconds in 24h macroPawel Pikula
2015-06-18Change license text to APLv2Bruce Yinhe
2015-03-11ssl: Dialyzer fixesIngela Anderton Andin
2015-03-09ssl: Integrate public_key CRL verification with the ssl applicationIngela Anderton Andin
2015-02-09Merge branch 'maint'Ingela Anderton Andin
2015-02-09ssl: erlang:timestamp -> os:timestampIngela Anderton Andin
2015-02-06Merge branch 'maint'Ingela Anderton Andin
2015-02-06ssl: Improve PEM cache by validating entriesIngela Anderton Andin
2014-10-13ssl: Separate session cache for client and serverIngela Anderton Andin
2014-06-16Revert "ssl: Avoid creating a huge session table"Ingela Anderton Andin
2014-06-11Merge branch 'qrilka/ssl-seconds-in-24h' into maintHenrik Nord
2014-05-28ssl: Fix incorrect number of seconds in 24 hoursKirill Zaborsky
2014-04-11ssl: Avoid creating a huge session tableIngela Anderton Andin
2014-02-14Fix edoc usage errorsPierre Fenoll
2013-08-28ssl: Make the ssl manager name for erlang distribution over SSL/TLSIngela Anderton Andin
2013-06-07ssl: Correct rebase mistakesIngela Anderton Andin
2013-06-04ssl: Rename ssl_certificate_db to ssl_pkix_db for clarityIngela Anderton Andin
2013-05-08ssl: Make better use of the crypto APIIngela Anderton Andin
2013-01-23ssl: Do not return random valuesKostis Sagonas
2013-01-17ssl: Certificates and PEM-cache cleaning fixed to avoid memory leakIngela Anderton Andin
2012-11-26ssl: Add dependencies to MakefileIngela Anderton Andin
2012-09-25ssl: Adopt test case to not take so longIngela Anderton Andin
2012-08-22ssl: Dialyzer fixesIngela Anderton Andin
2012-06-19ssl: Fix pem cache bugIngela Anderton Andin
2012-06-08ssl: File handling optimizationIngela Anderton Andin
2012-06-08ssl: Simpler PEM cacheIngela Anderton Andin
2012-06-08ssl: Move ets:select bottleneck in serverDan Gudmundsson
2012-06-08ssl: Move and avoid ets:select bottleneck in clientIngela Anderton Andin
2011-12-06Improve ssl session cleanup testIngela Anderton Andin
2011-11-16Merge branch 'ia/ssl/ets-next-problem/OTP-9703'Ingela Anderton Andin
2011-11-15Replaced ets:next traversal with ets:foldl and throwIngela Anderton Andin
2011-11-15Improved session cleanup handlingIngela Anderton Andin
2011-09-13Merge branch 'ia/ssl/dist/OTP-7053' into majorIngela Anderton Andin
2011-09-09First fully working versionIngela 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