Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. |