Page MenuHomePhabricator

[native] update `olm` session creation code use `EncryptedData`
ClosedPublic

Authored by kamil on Mar 28 2024, 10:30 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 12, 4:07 AM
Unknown Object (File)
Thu, Apr 11, 9:37 PM
Unknown Object (File)
Wed, Apr 10, 9:40 AM
Unknown Object (File)
Tue, Apr 9, 4:17 PM
Unknown Object (File)
Tue, Apr 9, 1:20 PM
Unknown Object (File)
Fri, Apr 5, 1:33 PM
Unknown Object (File)
Wed, Apr 3, 9:13 PM
Unknown Object (File)
Wed, Apr 3, 1:15 AM
Subscribers

Details

Summary

Context in ENG-7228.

Depends on D11450

Test Plan

This is the last diff in the stack - where I tested everything end-to-end:

  1. Logged to Identity on clients A and B
  2. Create an outbound session on client A with client B.
  3. Send a couple of messages from A to B.
  4. Verify that messages are decrypted on B before B sends anything to A.
  5. Send a couple of encrypted messages from B to A just in case and make sure it's decrypted correctly.

Tested multiple combinations, (native <> native, native <> web, web <> native).

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kamil held this revision as a draft.
kamil published this revision for review.Mar 29 2024, 5:46 AM
This revision is now accepted and ready to land.Tue, Apr 2, 2:57 AM
kamil edited the test plan for this revision. (Show Details)

rebase before landing