-
-
Notifications
You must be signed in to change notification settings - Fork 127
feat(noise): implement Noise_IK + XXfallback for WA-Web parity #598
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
17 commits
Select commit
Hold shift + click to select a range
422b897
fix(noise)!: zero-pad protocol_name <= 32 bytes per Noise § 5.2
jlucaso1 e76b5fe
test(noise): pin post-init h vector for Noise_XX with WA_CONN_HEADER
jlucaso1 e1c259b
refactor(consts)!: rename NOISE_START_PATTERN, add IK + XXfallback
jlucaso1 f48a76c
feat(store): persist cached server cert chain for Noise IK reuse
jlucaso1 428d92e
refactor(noise)!: split into XX/IK/XXfallback state machines
jlucaso1 b3b2abb
feat(handshake): wire XX/IK/XXfallback dispatch + invalidation policy
jlucaso1 bdfacce
test(handshake): assert XX and IK share first-frame prologue
jlucaso1 d2d442c
test(handshake): in-process integration test of XX/IK/XXfallback orch…
jlucaso1 70cad9d
docs(handshake): document Noise pattern selection + invalidation policy
jlucaso1 1ea478b
fix(handshake): tighten classification + new StreamClosed variant
jlucaso1 8286b8c
fix(sqlite): degrade corrupt server_cert_chain blob instead of failin…
jlucaso1 657e1e9
docs+test: address review nits in noise lib doc + commands tests
jlucaso1 ce22c51
fix(handshake): gate IK + cert-chain persistence on registration
jlucaso1 6ba485a
review: cert chain validity, IK no-rewrite test, post-pair regression…
jlucaso1 71a8702
fix(handshake): only invalidate IK cache for pre-fallback failures
jlucaso1 2255869
docs(noise): record Ed25519 cert verification as intentional non-goal
jlucaso1 a21c797
docs: trim verbose comments and doc-strings across the noise stack
jlucaso1 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
Oops, something went wrong.
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.