-
-
Notifications
You must be signed in to change notification settings - Fork 14
Updates repo metadata and formats the codes (part of #62) #64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
8f09a05
chore: optimize Cargo workspace
cxw620 a7cd9a9
chore(Cargo.toml): sort dependencies
cxw620 88dff5d
docs(README): update license badge desc according to SPDX 2.1
cxw620 3ae7690
docs(README): fix broken URLs of badges
cxw620 57fc390
docs(README): adjust badge order (make crates.io first)
cxw620 524e922
docs(README): add docs.rs badge
cxw620 7d9d5cc
docs(README): optimize desc of crate
cxw620 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,11 @@ | ||
| [workspace] | ||
| members = ["ktls", "ktls-sys"] | ||
| resolver = "2" | ||
|
|
||
| [workspace.package] | ||
| edition = "2021" | ||
| rust-version = "1.75.0" | ||
| authors = ["Amos Wenger <amos@bearcove.net>"] | ||
| license = "MIT OR Apache-2.0" | ||
| readme = "README.md" | ||
| repository = "https://github.com/rustls/ktls" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,15 +1,14 @@ | ||
| [package] | ||
| name = "ktls-sys" | ||
| version = "1.0.2" | ||
| edition = "2021" | ||
| license = "MIT OR Apache-2.0" | ||
| repository = "https://github.com/rustls/ktls-sys" | ||
| documentation = "https://docs.rs/ktls-sys" | ||
| authors = ["Amos Wenger <amos@bearcove.net>"] | ||
| readme = "README.md" | ||
| edition.workspace = true | ||
| rust-version.workspace = true | ||
| authors.workspace = true | ||
| description = """ | ||
| FFI bindings for `linux/tls.h` | ||
| """ | ||
| rust-version = "1.75" | ||
| license.workspace = true | ||
| readme.workspace = true | ||
| repository.workspace = true | ||
|
|
||
| [dependencies] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,17 +1,19 @@ | ||
| [](https://github.com/hapsoc/ktls/actions/workflows/test.yml?query=branch%3Amain) | ||
| [](https://codecov.io/gh/hapsoc/ktls/) | ||
| [](https://crates.io/crates/ktls) | ||
| [](LICENSE-MIT) | ||
| [](https://docs.rs/ktls) | ||
| [](https://github.com/rustls/ktls/actions/workflows/test.yml?query=branch%3Amain) | ||
| [](https://codecov.io/gh/rustls/ktls/) | ||
| [](LICENSE-MIT) | ||
|
|
||
| # ktls | ||
| # ktls - Kernel TLS offload (kTLS) support built on top of [rustls]. | ||
|
|
||
| Configures kTLS ([kernel TLS | ||
| offload](https://www.kernel.org/doc/html/latest/networking/tls-offload.html)) | ||
| for any type that implements `AsRawFd`, given a rustls `ServerConnection`. | ||
| This crate provides high-level APIs for configuring [kernel TLS offload] (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. | ||
|
|
||
| [kernel TLS offload]: https://www.kernel.org/doc/html/latest/networking/tls-offload.html | ||
| [rustls]: https://docs.rs/rustls/latest/rustls/kernel/index.html |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.