-
Notifications
You must be signed in to change notification settings - Fork 258
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
Track whether we've ever verified another user, and later signal when that user becomes unverified for any reason #1129
Comments
BillCarsonFr
changed the title
Warn on cross signing reset
Warn on other user cross signing reset
Jul 25, 2024
For context the old android (native crypto stack) Issue and PR to fix similar issue: element-hq/element-android#6702 |
BillCarsonFr
changed the title
Warn on other user cross signing reset
Tracks whether we've ever verified another user, and later signal went that user becomes unverified for any reason.
Jul 26, 2024
BillCarsonFr
changed the title
Tracks whether we've ever verified another user, and later signal went that user becomes unverified for any reason.
Tracks whether we've ever verified another user, and later signal when that user becomes unverified for any reason.
Jul 26, 2024
richvdh
changed the title
Tracks whether we've ever verified another user, and later signal when that user becomes unverified for any reason.
Track whether we've ever verified another user, and later signal when that user becomes unverified for any reason
Jul 26, 2024
I believe this is part of element-hq/element-meta#2488 ? |
In the weekly meeting, @BillCarsonFr said that this is in progress. Updating its state on the sprint board. |
BillCarsonFr
added a commit
that referenced
this issue
Aug 2, 2024
1 task
BillCarsonFr
added a commit
that referenced
this issue
Aug 2, 2024
BillCarsonFr
added a commit
that referenced
this issue
Aug 7, 2024
4 tasks
Merged
15 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should warn a user when the identity of a previously trusted user is rotated.
On android we expect to be able to map that in MXCrossSIgningInfo#wasTrustedOnce
On pre-element-R web, this is implemented at https://github.com/matrix-org/matrix-js-sdk/blob/0f08c00c07b9495dd9b8b11f6bc2a8cd0ca105e9/src/crypto/CrossSigning.ts#L62-L67
The text was updated successfully, but these errors were encountered: