-
Notifications
You must be signed in to change notification settings - Fork 205
Wire encryption into serialization and fix EventsConsumer for async replay #957
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
Closed
TooTallNate
wants to merge
15
commits into
fix/async-deserialization-ordering
from
nate/wire-encryption
Closed
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
2fdb4f0
Add browser-compatible AES-GCM to core and HKDF key derivation to wor…
TooTallNate 8879f36
update changeset
TooTallNate 8340762
Move HKDF key derivation server-side: API returns per-run derived key
TooTallNate 7a7d88c
Refactor encrypt/decrypt to accept CryptoKey, export importKey for ca…
TooTallNate c67cc04
Overload getEncryptionKeyForRun: accept context for start(), fetch Wo…
TooTallNate d1a19bf
Split changeset into per-package descriptions for world, world-vercel…
TooTallNate 71a8a0b
Remove unnecessary Uint8Array.from() wrapper around Buffer.from()
TooTallNate 44849eb
Use zod to parse Vercel API response
TooTallNate 5d4de8f
Wire encryption into serialization layer
TooTallNate e879f27
Wire AES-GCM encryption into serialization layer
TooTallNate 767d7ac
update changeset
TooTallNate 2645eb4
Add encryption unit tests: primitives, maybeEncrypt/maybeDecrypt, isE…
TooTallNate e93d035
Accept CryptoKey in encrypt/decrypt, export importKey for callers to …
TooTallNate bf40aa0
Fix review comments: cache stream encryption key, remove redundant ca…
TooTallNate f84db02
Trying to clean up some type non-sense
TooTallNate 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
Some comments aren't visible on the classic Files Changed page.
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 |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| "@workflow/core": patch | ||
| --- | ||
|
|
||
| Wire AES-GCM encryption into serialization layer with stream support |
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.