Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rustls/ktls
Safer wrappers over ktls-sys
https://github.com/rustls/ktls
linux-kernel rust rust-lang tls
Last synced: 1 day 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-26T21:39:42.000Z (about 2 months ago)
- Last Synced: 2024-10-30T14:50:36.894Z (15 days ago)
- Topics: linux-kernel, rust, rust-lang, tls
- Language: Rust
- Homepage: https://docs.rs/ktls
- Size: 213 KB
- Stars: 57
- 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
[![test pipeline](https://github.com/hapsoc/ktls/actions/workflows/test.yml/badge.svg)](https://github.com/hapsoc/ktls/actions/workflows/test.yml?query=branch%3Amain)
[![Coverage Status (codecov.io)](https://codecov.io/gh/hapsoc/ktls/branch/main/graph/badge.svg)](https://codecov.io/gh/hapsoc/ktls/)
[![license: MIT/Apache-2.0](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue.svg)](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.