aboutsummaryrefslogtreecommitdiff
path: root/src/sp/transport/dtls/dtls.c
Commit message (Expand)AuthorAge
* fix/dtls: Fix possible ordering of DTLS messages during handshakes.HEADmainGarrett D'Amore2025-11-10
* refactor/dtls: Use message oriented send/receive for DTLS.Garrett D'Amore2025-11-10
* Remove the ability to get sockaddrs from endpoints.Garrett D'Amore2025-10-27
* Replace nng_pipe_get_addr, nng_stream_get_addr, and the NNG_OPT_REMADDR option.Garrett D'Amore2025-10-27
* NNG_OPT_BOUND_PORT replaces NNG_OPT_TCP/UDP_BOUND_PORT.Garrett D'Amore2025-10-26
* Plumb sockaddrs all the way through pipes, make them failsafe.Garrett D'Amore2025-10-25
* fixes #2173 New TLS cert API - replaces the properties for CN and ALTNAMES.Garrett D'Amore2025-10-05
* Fix dtls reconnect attempts.Garrett D'Amore2025-09-14
* dtls: use nng_err instead of int everywhereGarrett D'Amore2025-09-14
* dtls: only run the completion if we actually cancelledv2.0.0-alpha.5Garrett D'Amore2025-07-13
* DTLS: hold tls configurationGarrett D'Amore2025-07-13
* Hold the pipe across for the DTLS rx cb.Garrett D'Amore2025-06-22
* dtls: stop the pipe to solve use after freeGarrett D'Amore2025-06-21
* Introduce DTLS transport for NNG.Garrett D'Amore2025-06-01