Skip to content

TimonPost/udp-dtls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

DTLS abstraction ontop of UDP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages