| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | TLS: eliminate more runtime ops vectors | Garrett D'Amore | 2025-06-30 |
| | | |||
| * | TLS: Remove support for dynamic engine initialization. | Garrett D'Amore | 2025-06-21 |
| | | | | | | This saves some atomic lookups, and avoids possible races when the engine is not yet initialized or being torn down. | ||
| * | 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. | ||
| * | api: fold TLS supplemental headers into nng.h | Garrett D'Amore | 2025-01-04 |
