Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 767 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 767 Bytes

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:

  • 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)