Anyway to do dtls in pure Rust?

  1. https://crates.io/search?q=dtls

  2. I have code that does dtls in Rust via openssl.

  3. I am looking for a pure Rust solution, without depending on openssl.

  4. DTLS support · Issue #40 · rustls/rustls · GitHub : rustls does not appear to support dtls yet

suggestions ?

If rustls doesn't support it, then my guess is that you wont find a pure Rust implementation.

Technically, there is GitHub - webrtc-rs/dtls: A pure Rust implementation of DTLS , but at ~17K LOC, more complicated than I was hoping for.

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.