Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-05 | ssl: Use specs to generate type documentation | Ingela Anderton Andin | |
2018-12-11 | Add "since" attributes in xml for new functions and modules | Sverker Eriksson | |
introduced after OTP_R13B03. | |||
2017-05-04 | Update copyright year | Raimo Niskanen | |
2017-02-21 | Document ssl_session_cache_api's size/1 callback | Steven Danna | |
The size/1 callback was added as a non-optional callback in 42b8a29dbae1d626f32bc16dd81a129caf741138 but wasn't added to the documentation for the ssl_session_cache_api behavior. Signed-off-by: Steven Danna <[email protected]> | |||
2015-12-11 | [ssl] Correct the documentation so it follows the DTD | Lars Thorsen | |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-05-13 | ssl: Align "=" sign in type declarations to decided policy | Ingela Anderton Andin | |
2015-04-30 | ssl: Align with application naming rules | Ingela Anderton Andin | |
ssl SSL crypto Crypto stdlib STDLIB kernel Kernel public_key Public Key | |||
2015-04-09 | ssl: Document enhancements | Ingela Anderton Andin | |
2015-04-09 | ssl: Editorial updates | xsipewe | |
2015-03-09 | ssl: Integrate public_key CRL verification with the ssl application | Ingela Anderton Andin | |
2014-10-13 | ssl: Separate session cache for client and server | Ingela Anderton Andin | |
Even though in the most common case an erlang node will not be both client and server, it may happen (for instance when running the erlang ditribution over TLS). Also try to mitigate the affect of dumb clients that could cause a very lagre session cache on the client side that can cause long delays in the client. The server will have other means to handle a large session table and will not do any select operations on it anyhow. | |||
2013-04-19 | Convert XML files to UTF-8 | Hans Bolinder | |
2010-09-09 | Updated documentation for ssl-4.0.1 | Ingela Anderton Andin | |
2010-06-22 | Refreshed documentation to reflect the change of default implementation. | Ingela Anderton Andin | |
Started to improve code documentation by using -spec directive, and some small refactorings to avoid ugly code. |