udp-dtls icon indicating copy to clipboard operation
udp-dtls copied to clipboard

DTLS abstraction ontop of UDP

Results 4 udp-dtls issues
Sort by recently updated
recently updated
newest added

At first I want to say thank you, that you put the effort in to provide a library to support DTLS in Rust! There is not much around except the...

Meanwhile, I created a prototype for tokio/async support. It seems to work in my setup (in combination with rust-async-coap). But it's far from being final. What do you think?

With rust-openssl we run into an issue that we have to be able to listen to multiple endpoints which we do not know in advance. We somehow have to listen...