udp-dtls 0.1.0

DTLS abstraction ontop of UDP
Documentation

Latest Version MIT docs

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

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
  • Multiple connections to one connection (server/client)