2 unstable releases

0.1.0 Dec 6, 2019
0.0.0 Sep 21, 2019

#15 in #dtls

26 downloads per month

MIT license

37KB
589 lines

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)

lib.rs:

An rusty abstraction over OpenSSL DTLS.

Dependencies

~2.2–3.5MB
~78K SLoC