ktls 3.0.0

Configures kTLS for tokio-rustls client and server connections.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# ktls

Configures kTLS (kernel TLS) for any type that implements `AsRawFd`, given a
rustls `ServerConnection`.

## Status

[![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

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.