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

DTLS abstraction ontop of UDP

Latest Version MIT docs

This library is an DTLS openssl abstraction that can be used with std::net::UdpSocket. In order to use this library, install openssl.

The following features are supported:

  • [x] Dtls Acceptor for accepting incomming connections
  • [x] Dtls Connector for connecting to remote hosts
  • [x] Dtls Stream for sending receiving encrypted data over udp
  • [x] Shutdown connection
  • [x] Certificates
  • [ ] Multiple connections to one connection (server/client)