Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.