| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Introduce DTLS transport for NNG. | Garrett D'Amore | 2025-06-01 |
| | | | | | | | | | | | | | | This introduces a new experimental transport for DTLS, that provides encryption over UDP. It has a simpler protocol than the current UDP SP protocol (but we intend to fix that by making the UDP transport simpler in a follow up!) There are a few other fixes in the TLS layer itself, and in the build, that were needed to accomplish this work. Also there was an endianness bug in the UDP protocol handling, which is fixed here. | ||
| * | Remove the legacy transport registration functions. | Garrett D'Amore | 2024-10-06 |
| | | | | | | | This also allows to remove most of the transport headers. Only zerotier.h sticks around, and only for now. (We expect to eject it into a separate module.) | ||
| * | fixes #1345 Restructure the source tree | Garrett D'Amore | 2021-01-01 |
| This is not quite complete, but it sets the stage for other protocols (such as zmq or mqtt) to be added to the project. | |||
