udp-dtls 0.0.0

DTLS abstraction ontop of UDP
Documentation

This library is a DTLS abstraction that can be used for std::net::UdpSocket. This library is based on tokio-dtls, and is in experiment face for laminar.

The following features are supported

  • Dtls Acceptor for accepting incomming connections
  • Dtls Connector for connecting to remote hosts
  • Dtls Stream for sending receiving encrypted data over udp
  • Shutdown connection
  • Certificates