Page MenuHomePhabricator

[lib] update P2P message handler to use sequential decrypt
ClosedPublic

Authored by kamil on Apr 22 2024, 3:53 PM.
Tags
None
Referenced Files
F1857937: D11720.diff
Sat, May 25, 10:26 PM
Unknown Object (File)
Wed, May 15, 6:28 AM
Unknown Object (File)
Sun, May 12, 11:34 AM
Unknown Object (File)
Sat, May 4, 12:08 PM
Unknown Object (File)
Fri, May 3, 10:29 PM
Unknown Object (File)
Sun, Apr 28, 5:14 PM
Unknown Object (File)
Fri, Apr 26, 6:32 PM
Unknown Object (File)
Apr 23 2024, 1:50 AM
Subscribers

Details

Summary

In client <-> client communication we have to track messages order.

Depends on D11719

Test Plan

Created session between two clients:

  1. Sending a couple of encrypted messages
  2. Sending messages with wrong order -> OLM_MESSAGE_OUT_OF_ORDER
  3. Sending the same message multiple times -> OLM_ALREADY_DECRYPTED_OR_KEYS_SKIPPED

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kamil held this revision as a draft.
kamil retitled this revision from [lib]update P2P message handler to use sequential decrypt to [lib] update P2P message handler to use sequential decrypt.Apr 22 2024, 3:54 PM
lib/utils/olm-utils.js
127 ↗(On Diff #39371)
kamil published this revision for review.Apr 23 2024, 6:38 AM
This revision is now accepted and ready to land.Apr 24 2024, 3:12 AM