Page MenuHomePhabricator

[crypto] implement creating `olm` inbound session
ClosedPublic

Authored by kamil on Feb 19 2024, 9:54 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Nov 8, 5:20 PM
Unknown Object (File)
Fri, Nov 8, 5:12 PM
Unknown Object (File)
Oct 18 2024, 3:05 PM
Unknown Object (File)
Oct 18 2024, 3:05 PM
Unknown Object (File)
Oct 18 2024, 3:05 PM
Unknown Object (File)
Oct 18 2024, 3:04 PM
Unknown Object (File)
Oct 18 2024, 7:10 AM
Unknown Object (File)
Sep 4 2024, 4:29 AM
Subscribers

Details

Summary

Shared code to create inbound session.

Depends on D11111

Test Plan

native: was tested previously - here only adding function to interface
web: call this method with properly generated account and keys

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.Feb 20 2024, 4:06 AM
kamil added inline comments.
native/crypto/olm-api.js
21–24 ↗(On Diff #37336)

this could be avoided after ENG-6429

tomek added inline comments.
web/crypto/olm-api.js
58–64 ↗(On Diff #37336)

What is the reason behind this inconsistency? Can we have similar layers on both platforms?

This revision is now accepted and ready to land.Feb 21 2024, 2:58 AM
web/crypto/olm-api.js
58–64 ↗(On Diff #37336)

this is explained in this comment: https://phab.comm.dev/D11111#inline-67456

This revision was landed with ongoing or failed builds.Feb 26 2024, 5:46 AM
This revision was automatically updated to reflect the committed changes.