-
Notifications
You must be signed in to change notification settings - Fork 0
feat: M11 Locksmith — envelope encryption with multi-recipient DEK/KEK #12
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 9 commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
75eda90
feat(schema): add RecipientSchema and recipients field to EncryptionS…
flyingrobots 6b68438
feat(envelope): DEK/KEK multi-recipient encryption model
flyingrobots 13f05bb
feat(recipients): add/remove/list recipient management API
flyingrobots 81a06c3
feat(cli): multi-recipient store and recipient management commands
flyingrobots 23a8f47
fix: await async crypto in DEK wrap/unwrap, clean up M11 review issues
flyingrobots 933949f
fix: validate recipients array and harden review findings
flyingrobots aa333d3
fix: narrow error handling, consistent envelope guards, test gaps
flyingrobots 0d0c3a9
fix: post-filter recipient guard, schema min(1), empty keyfile valida…
flyingrobots 9234b26
docs: update CHANGELOG with review feedback fixes
flyingrobots 468a8e1
fix: optimize Deno Docker image — pin version, drop system Node, add …
flyingrobots b7c39ac
fix: restore nodejs in Deno image for CLI integration tests
flyingrobots 6d81227
fix: add Array.isArray guard in _resolveRecipientsForStore
flyingrobots 679dde1
fix: force process.exit in CLI to prevent 30s hang in Docker
flyingrobots bf2551d
fix: use Node 22 multi-stage copy in Deno image, drop apt nodejs
flyingrobots 813567a
feat: runtime-adaptive crypto in tests, CLI on all runtimes
flyingrobots c781a0f
fix: address review nits — runtime-neutral Docker hint, guard afterAl…
flyingrobots 2e43828
chore: bump version to 5.1.0 and finalize CHANGELOG for Locksmith rel…
flyingrobots 75d4f4e
fix: collapse double restore() calls into single rejects.toMatchObject
flyingrobots 2225b22
docs: replace volatile test count with stable wording in CHANGELOG
flyingrobots 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
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
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
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.