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
Unknown Object (File)
Wed, Oct 23, 7:24 PM
Unknown Object (File)
Wed, Oct 23, 7:24 PM
Unknown Object (File)
Wed, Oct 23, 7:24 PM
Unknown Object (File)
Wed, Oct 23, 7:21 PM
Unknown Object (File)
Wed, Oct 23, 2:50 AM
Unknown Object (File)
Fri, Oct 18, 7:39 AM
Unknown Object (File)
Sep 21 2024, 9:49 AM
Unknown Object (File)
Sep 21 2024, 9:36 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