feat: integrate E2EE remote-control foundation - #394
Draft
Lokesh7025 wants to merge 11 commits into
Draft
Conversation
Signed-off-by: Lokesh <lokeshselvam7025@gmail.com>
Signed-off-by: Lokesh <lokeshselvam7025@gmail.com>
Signed-off-by: Lokesh <lokeshselvam7025@gmail.com>
Signed-off-by: Lokesh <lokeshselvam7025@gmail.com>
Signed-off-by: Lokesh <lokeshselvam7025@gmail.com>
Signed-off-by: Lokesh <lokeshselvam7025@gmail.com>
Signed-off-by: Lokesh <lokeshselvam7025@gmail.com>
Signed-off-by: Lokesh <lokeshselvam7025@gmail.com>
Signed-off-by: Lokesh <lokeshselvam7025@gmail.com>
Signed-off-by: Lokesh <lokeshselvam7025@gmail.com>
Signed-off-by: Lokesh <lokeshselvam7025@gmail.com>
Dependency ReviewThe following issues were found:
License Issuesservices/control-plane/package.json
OpenSSF Scorecard
Scanned Files
|
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Purpose
Create the shared E2EE integration branch for reviewed Person 2 transport, daemon-authorization, and SDK-delivery work. This PR supersedes #392 and will remain the integration PR while Person 1 develops the reviewed cryptographic implementation from
origin/RC.Fixes
N/A
Approach
RC currently contains:
device <-> daemontopologyThis PR does not implement or enable real PQXDH, Triple Ratchet, pairing cryptography, cryptographic replay handling, secure ratchet persistence, prekey lifecycle, attachment cryptography, S3 integration, or ordinary-session remote access.
Person 1 should branch from
origin/RC, implement cryptography independently of the relay, and merge reviewed integration commits back into RC. RC will merge to main only after the staged security and integration gates pass.How was this tested?
Passed on the integrated RC branch:
pnpm checkpnpm relay:checkpnpm audit --audit-level highreuse lintnode scripts/check-dco.ts origin/main HEADPR #392 also passed TypeScript build/test, relay build/test, workflow lint, CodeQL, REUSE, DCO, dependency review, lockfile audit, and Gitleaks before being integrated into RC.
Learning
The relay remains independent of cryptographic message formats. Person 1 can develop and test the endpoint cryptography against an in-memory mailbox, while RC retains opaque-byte transport, authorization, delivery, and failure semantics.
Checklist
REUSE.toml.Signed-off-bytrailer.Licenses
AI assistance
gpt-5.6-sol.