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)