index
:
nng
branch1.10
doc-reorg
gdamore/udpconn
gh-pages
http-client-trans
http-handler-fini
main
mdbook
mqtt
pub-stats
stable
tcp-dialer-local-test
v1.2.x
wolf-peer-cn
A mirror of https://github.com/nanomsg/nng
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
sp
/
transport
/
dtls
/
dtls.c
Commit message (
Expand
)
Author
Age
*
fix/dtls: Fix possible ordering of DTLS messages during handshakes.
HEAD
main
Garrett D'Amore
2025-11-10
*
refactor/dtls: Use message oriented send/receive for DTLS.
Garrett D'Amore
2025-11-10
*
Remove the ability to get sockaddrs from endpoints.
Garrett D'Amore
2025-10-27
*
Replace nng_pipe_get_addr, nng_stream_get_addr, and the NNG_OPT_REMADDR option.
Garrett D'Amore
2025-10-27
*
NNG_OPT_BOUND_PORT replaces NNG_OPT_TCP/UDP_BOUND_PORT.
Garrett D'Amore
2025-10-26
*
Plumb sockaddrs all the way through pipes, make them failsafe.
Garrett D'Amore
2025-10-25
*
fixes #2173 New TLS cert API - replaces the properties for CN and ALTNAMES.
Garrett D'Amore
2025-10-05
*
Fix dtls reconnect attempts.
Garrett D'Amore
2025-09-14
*
dtls: use nng_err instead of int everywhere
Garrett D'Amore
2025-09-14
*
dtls: only run the completion if we actually cancelled
v2.0.0-alpha.5
Garrett D'Amore
2025-07-13
*
DTLS: hold tls configuration
Garrett D'Amore
2025-07-13
*
Hold the pipe across for the DTLS rx cb.
Garrett D'Amore
2025-06-22
*
dtls: stop the pipe to solve use after free
Garrett D'Amore
2025-06-21
*
Introduce DTLS transport for NNG.
Garrett D'Amore
2025-06-01