Page MenuHomePhabricator

[web/lib] add sequential decrypt to `olmAPI`
ClosedPublic

Authored by kamil on Apr 22 2024, 3:42 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, May 18, 11:10 PM
Unknown Object (File)
Sat, May 11, 6:14 PM
Unknown Object (File)
Sat, May 4, 11:56 AM
Unknown Object (File)
Fri, May 3, 11:12 PM
Unknown Object (File)
Sun, Apr 28, 5:36 PM
Unknown Object (File)
Apr 26 2024, 4:03 PM
Unknown Object (File)
Apr 23 2024, 1:50 AM
Unknown Object (File)
Apr 23 2024, 1:49 AM
Subscribers

Details

Summary

Binding to olm method to sequential decrypt. Implementing different because this method will also be responsible for persisting message in SQLite (added later in the stack).

Depends on D11718

Test Plan

Created session between two web clients:

  1. Sending couple of encrypted messsages
  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.
web/shared-worker/worker/worker-crypto.js
470

mistake while rebasing

web/shared-worker/worker/worker-crypto.js
459

removed in D11728

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:11 AM

decrypt -> decrypt_sequential