Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-01 | ssl: Remove unintended match | Ingela Anderton Andin | |
2018-06-18 | Update copyright year | Henrik Nord | |
2018-05-23 | ssl: Generalize DTLS packet multiplexing | Ingela Anderton Andin | |
We want to prepare the code for more advanced DTLS usage and possibility to run over SCTP. First assumption was that the demultiplexer process "dtls listener" was needed for UDP only and SCTP could be made more TLS like. However the assumption seems not to hold. This commit prepares for customization possibilities. |