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-05 | ssl: Implement DTLS state machine | Ingela Anderton Andin | |
Beta DTLS, not production ready. Only very basically tested, and not everything in the SPEC is implemented and some things are hard coded that should not be, so this implementation can not be consider secure. Refactor "TLS connection state" and socket handling, to facilitate DTLS implementation. Create dtls "listner" (multiplexor) process that spawns DTLS connection process handlers. Handle DTLS fragmentation. Framework for handling retransmissions. Replay Detection is not implemented yet. Alerts currently always handled as in TLS. | |||
2016-09-05 | dtls: Prepare start of DTLS connection manager with SSL app | Andreas Schultz | |
2016-03-15 | update copyright-year | Henrik Nord | |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2014-05-09 | ssl: Handle socket option inheritance when pooling of accept sockets is used | Ingela Anderton Andin | |
Implement a listen socket tracker process that holds the emulated socket options so that it is possible to implement a destructive ssl:setopts on SSL/TLS listen sockets without changing the options of the internal socket as we want that socket to have the internal socket option values. | |||
2014-02-25 | ssl: Fix compiler warnings | Ingela Anderton Andin | |
2013-12-02 | ssl: API and supervisor | Ingela Anderton Andin | |
2011-12-01 | Callback specs now handled by -callback directive in the behaviour module. | Ingela Anderton Andin | |
2011-09-16 | Remove old ssl implementation and deprecated function ssl:peercert/1 | Ingela Anderton Andin | |
2011-09-09 | First fully working version | Ingela Anderton Andin | |
2010-08-23 | Revise the public_key API | Ingela Anderton Andin | |
Cleaned up and documented the public_key API to make it useful for general use. | |||
2010-05-26 | Added option list argument to the init function in ssl_session_cache_api. | Ingela Anderton Andin | |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |