Skip to content

Commit

Permalink
Update TEST_HITLIST.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kegsay committed Jan 18, 2024
1 parent 0f452aa commit c535aad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TEST_HITLIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Key backups:
One-time Keys:
- [x] When Alice runs out of OTKs, the fallback key is used.
- [x] Alice cycles her fallback key when she becomes aware that it has been used.
- [ ] When a OTK is reused, Alice... (TODO: ??? rejects both, rejects latest, rejects neither?)
- [ ] When a OTK is reused, Alice rejects the 2nd+ use of the OTK.

Key Verification: (Short Authentication String)
- [ ] Happy case Alice <-> Bob key verification.
Expand Down Expand Up @@ -42,4 +42,4 @@ Regression tests:
- [ ] Receive a to-device event with a room key, then fail requests to `/keys/query`. Ensure you can still see encrypted messages in that room. Regression test for https://github.com/vector-im/element-web/issues/24682
- [ ] Receive many to-device events followed by a room key, then quickly restart the client. Ensure you can still see encrypted messages in that room. Tests that to-device events are persisted locally or the since token is not advanced before processing to avoid dropped to-device events. Regression test for https://github.com/vector-im/element-web/issues/23113
- [ ] If you make a new room key, you need to send it to all devices in the room. If you restart the client mid-way through sending, ensure the rest get sent upon restart.
- [ ] Tests for [MSC3061](https://github.com/matrix-org/matrix-spec-proposals/pull/3061): Sharing room keys for past messages. Rust SDK: https://github.com/matrix-org/matrix-rust-sdk/issues/580
- [ ] Tests for [MSC3061](https://github.com/matrix-org/matrix-spec-proposals/pull/3061): Sharing room keys for past messages. Rust SDK: https://github.com/matrix-org/matrix-rust-sdk/issues/580

0 comments on commit c535aad

Please sign in to comment.