udp-dtls
udp-dtls copied to clipboard
DTLS abstraction ontop of UDP
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:
- [x] Dtls Acceptor for accepting incomming connections
- [x] Dtls Connector for connecting to remote hosts
- [x] Dtls Stream for sending receiving encrypted data over udp
- [x] Shutdown connection
- [x] Certificates
- [ ] Multiple connections to one connection (server/client)