camblet-driver
camblet-driver copied to clipboard
Linux Kernel module providing TLS, identity and running WASM
## Description Highly raw. Nothing to see here. ## Type of Change - [ ] Bug Fix - [x] New Feature - [ ] Breaking Change - [ ] Refactor...
## Problem Statement Like in #50 we use Bash in CI to test such features as big file upload/download, but we should create a programmable test framework, which is capable...
## Problem Statement Otherwise the clients couldn't detect socket close events for example. ## Proposed Solution Please describe what you envision the solution to this problem would look like. ##...
With PR #205 the connect uses the camblet_poll for polling, we should do the same with the accept side as well.
## Problem Statement Please describe the problem to be addressed by the proposed feature. ## Proposed Solution Please describe what you envision the solution to this problem would look like....
## Problem Statement https://docs.kernel.org/networking/tls.html#send-tls-control-messages ## Proposed Solution Please describe what you envision the solution to this problem would look like. ## Alternatives Considered Please briefly describe which alternatives, if any,...
👋 This pull request was generated using the installer tool for [OpenSSF Scorecard](https://github.com/ossf/scorecard)'s [GitHub Action](https://github.com/ossf/scorecard-action). Scorecard helps open source maintainers improve security best practices by running a series of automated...
## Problem Statement Only RSA is supported currently. ## Proposed Solution ECDSA should be supported as well. ## Alternatives Considered Please briefly describe which alternatives, if any, have been considered,...
## Problem Statement Currently the agent assigns the workload certificates by signing the workload CSRs coming from the kernel. ## Proposed Solution A better solution would be to move that...
## Problem Statement The driver should parse and load the common CA certificate bundles of OS distributions, so we can validate certificates from well-known signers. ## Proposed Solution Read and...