Add interactive Matrix SAS verification - #29
Merged
Merged
Conversation
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.
Summary
Add standard interactive Matrix SAS verification from an R console, plus
event-loop integration and pinned directional user verification.
MACs, cancellation/timeouts, stable outboxes, fixed key snapshots, and
read-back-confirmed trust uploads.
device proof. Same-account verification authenticates/signs the new device
under the existing locally pinned identity.
ratchet state and cursor before transport or trust uploads. Console retries
reload persisted config so a stale R object cannot rewind sync.
README, vignette, and the package-owned Matrix messaging skill. No private
client database extraction is required. Operational incident details remain
outside the public repository.
Dependencies and commit boundaries
SAS requires optional mx.crypto >= 0.2.1.2. Existing E2EE floors remain
mx.api >= 0.3.0.2 and mx.crypto >= 0.2.1.1; neither is raised by this PR.
The 0.2.0.10 bump is a separate DESCRIPTION/NEWS commit. Please preserve that
boundary when merging.
mx.crypto PR #8 is merged. CI pins its main commit
7feb052ab40e7ac5620b4d405635a2bc4905984c, reads the older dependency floorsfrom DESCRIPTION, builds vignettes, fails on check warnings, and explicitly
requires nonzero passing results from each SAS/identity test file. No drat
publication is needed for this change.
Validation
Matching displays with an omitted master proof are correctly rejected.
mutable dependency pins and warning check results.
Package reference pages on the separate website have not been updated or
deployed as part of this change.