https://github.com/rustls/ktls
Safer wrappers over ktls-sys
https://github.com/rustls/ktls
linux-kernel rust rust-lang tls
Last synced: 10 months ago
JSON representation
Safer wrappers over ktls-sys
- Host: GitHub
- URL: https://github.com/rustls/ktls
- Owner: rustls
- License: apache-2.0
- Created: 2022-09-28T15:41:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-07T17:45:27.000Z (11 months ago)
- Last Synced: 2025-03-28T12:02:09.522Z (11 months ago)
- Topics: linux-kernel, rust, rust-lang, tls
- Language: Rust
- Homepage: https://docs.rs/ktls
- Size: 227 KB
- Stars: 70
- Watchers: 7
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE-APACHE
Awesome Lists containing this project
README
[](https://github.com/hapsoc/ktls/actions/workflows/test.yml?query=branch%3Amain)
[](https://codecov.io/gh/hapsoc/ktls/)
[](LICENSE-MIT)
# ktls
This repository hosts both:
* [ktls](./ktls): higher-level, safe wrappers over kTLS
* [ktls-sys](./ktls-sys): the raw system interface for kTLS on Linux
## License
This project is primarily distributed under the terms of both the MIT license
and the Apache License (Version 2.0).
See [LICENSE-APACHE](LICENSE-APACHE) and [LICENSE-MIT](LICENSE-MIT) for details.