https://github.com/shadowjonathan/dustls
Pure-Rust DTLS
https://github.com/shadowjonathan/dustls
dtls rust rustls security tls
Last synced: 7 months ago
JSON representation
Pure-Rust DTLS
- Host: GitHub
- URL: https://github.com/shadowjonathan/dustls
- Owner: ShadowJonathan
- License: apache-2.0
- Created: 2021-12-04T16:04:24.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-12T13:49:53.000Z (almost 3 years ago)
- Last Synced: 2025-03-18T05:43:59.933Z (7 months ago)
- Topics: dtls, rust, rustls, security, tls
- Language: Rust
- Homepage:
- Size: 18.6 KB
- Stars: 11
- Watchers: 6
- Forks: 1
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# `dustls`, a pure-rust DTLS implementation
A DTLS implementation in Rust, reusing [`rustls`](https://github.com/rustls/rustls) for cryptographic primitives and most message payload formats.
Currently targetting a PoC for DTLSv1.2, v1.3 will come after that. No plans to support DTLSv1.0.
**Note: This library is a work in progress, and (possibly) not yet tuned to the ecosystem.**
**Note: This library directly works with TLS records, logic, and Cipher Suites, and hasn't had a security audit (yet), use at your own risk.**