Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-19 | ssl: Move PEM cache to a dedicated process | Ingela Anderton Andin | |
The PEM cache handling has proven to be too disruptive of the manager process. | |||
2016-12-07 | Update copyright-year | Erlang/OTP | |
2016-09-07 | ssl: Make sure tests get a clean start | Ingela Anderton Andin | |
2016-05-20 | ssl: Remove use of test_server config macro | Ingela Anderton Andin | |
2015-06-23 | Merge branch 'ia/ssl/modern-timetrap' | Ingela Anderton Andin | |
* ia/ssl/modern-timetrap: ssl: Make init functions fail if make_certs:all fails ssl: Avoid sleep ssl: modernize timetrap handling | |||
2015-06-22 | ssl: Make init functions fail if make_certs:all fails | Ingela Anderton Andin | |
2015-06-22 | ssl: modernize timetrap handling | Ingela Anderton Andin | |
Watchdog is legacy test_server use only ct:timetrap/1 | |||
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-03-09 | ssl: fix white box tests | Ingela Anderton Andin | |
2015-02-17 | ssl: erlang:timestamp -> os:timestamp | Ingela Anderton Andin | |
Complements commit 450773958165539951cd431a9233ce7666ec20e2 | |||
2015-02-06 | ssl: Improve PEM cache by validating entries | Ingela Anderton Andin | |
The PEM cache is now validated by a background process, instead of always keeping it if it is small enough and clearing it otherwhiss. That strategy required that small caches where cleared by API function if a file changes on disk. However document the clearing API function as it can still be usefull. |