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
F1740982: D11451.diff
Sun, May 12, 8:42 PM
Unknown Object (File)
Mon, May 6, 4:06 AM
Unknown Object (File)
Mon, May 6, 4:06 AM
Unknown Object (File)
Mon, May 6, 4:06 AM
Unknown Object (File)
Mon, May 6, 4:06 AM
Unknown Object (File)
Mon, May 6, 4:06 AM
Unknown Object (File)
Apr 12 2024, 4:07 AM
Unknown Object (File)
Apr 11 2024, 9:37 PM
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
Branch
encrypted-content
Lint
No Lint Coverage
Unit
No Test Coverage

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.Apr 2 2024, 2:57 AM
kamil edited the test plan for this revision. (Show Details)

rebase before landing