https://github.com/timonpost/udp-dtls
DTLS abstraction ontop of UDP
https://github.com/timonpost/udp-dtls
Last synced: 11 months ago
JSON representation
DTLS abstraction ontop of UDP
- Host: GitHub
- URL: https://github.com/timonpost/udp-dtls
- Owner: TimonPost
- License: mit
- Created: 2019-09-21T12:55:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-02T18:40:35.000Z (over 5 years ago)
- Last Synced: 2024-10-20T20:49:18.707Z (over 1 year ago)
- Language: Rust
- Size: 68.4 KB
- Stars: 15
- Watchers: 6
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Latest Version][s1]][l1] [![MIT][s2]][l2] [![docs][s3]][l3]
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)
[s1]: https://img.shields.io/crates/v/udp-dtls.svg
[l1]: https://crates.io/crates/udp-dtls
[s2]: https://img.shields.io/badge/license-MIT-blue.svg
[l2]: udp-dtls/LICENSE
[s3]: https://docs.rs/udp-dtls/badge.svg
[l3]: https://docs.rs/udp-dtls/