udp-dtls

Crates.ioudp-dtls
lib.rsudp-dtls
version0.1.0
sourcesrc
created_at2019-09-21 13:04:44.203703
updated_at2019-12-06 16:55:36.046448
descriptionDTLS abstraction ontop of UDP
homepage
repositoryhttps://github.com/TimonPost/udp-dtls
max_upload_size
id166478
size55,297
Timon (TimonPost)

documentation

https://docs.rs/udp-dtls/

README

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)
Commit count: 14

cargo fmt