Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-17 | ssl: No support for packet option over unreliable transport | Ingela Anderton Andin | |
2017-08-24 | ssl: DTLS packet support | Ingela Anderton Andin | |
Test that DTLS handles "high" level packet types as http-packet types. Low level packet type as {packet, 2} we will consider later if they should be relevant to support or not. | |||
2017-06-10 | dtls: Handle getopts and setopts for DTLS | Ingela Anderton Andin | |
2017-05-04 | Update copyright year | Raimo Niskanen | |
2017-03-06 | dtls: DTLS specific handling of socket and ciphers | Ingela Anderton Andin | |
DTLS does not support stream ciphers and needs diffrent handling of the "#ssl_socket{}" handle . | |||
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. |