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, Jun 26, 8:04 PM
Unknown Object (File)
Wed, Jun 26, 5:00 PM
Unknown Object (File)
Mon, Jun 24, 12:18 AM
Unknown Object (File)
Sun, Jun 23, 11:25 PM
Unknown Object (File)
Sat, Jun 22, 5:46 PM
Unknown Object (File)
Sat, Jun 22, 10:01 AM
Unknown Object (File)
Fri, Jun 21, 3:48 PM
Unknown Object (File)
Fri, Jun 21, 6:25 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
Branch
publish-receiver
Lint
No Lint Coverage
Unit
No Test Coverage

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
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