Page MenuHomePhabricator

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

Authored by kamil on Mon, Apr 22, 3:42 PM.
Tags
None
Referenced Files
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)
Fri, Apr 26, 4:03 PM
Unknown Object (File)
Tue, Apr 23, 1:50 AM
Unknown Object (File)
Tue, Apr 23, 1:49 AM
Unknown Object (File)
Tue, Apr 23, 1:47 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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kamil held this revision as a draft.
web/shared-worker/worker/worker-crypto.js
470 ↗(On Diff #39370)

mistake while rebasing

web/shared-worker/worker/worker-crypto.js
459 ↗(On Diff #39370)

removed in D11728

kamil published this revision for review.Tue, Apr 23, 6:38 AM
This revision is now accepted and ready to land.Wed, Apr 24, 3:11 AM

decrypt -> decrypt_sequential