Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-27 | ssl: Add new sender process for TLS state machine | Ingela Anderton Andin | |
Separate sending and receiving when using TCP as transport as prim_inet:send may block which in turn may result in a deadlock between two Erlang processes communicating over TLS, this is especially likely to happen when running Erlang distribution over TLS. | |||
2018-06-18 | Update copyright year | Henrik Nord | |
2017-10-17 | ssl: No support for packet option over unreliable transport | Ingela Anderton Andin | |
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. |