Page MenuHomePhabricator

Introduce changes to Session.cpp that allow to decrypt with session object alone
ClosedPublic

Authored by marcin on Mar 4 2024, 4:54 AM.
Tags
None
Referenced Files
F2118106: D11233.id37793.diff
Wed, Jun 26, 11:43 AM
Unknown Object (File)
Sat, Jun 22, 8:52 AM
Unknown Object (File)
Thu, Jun 20, 11:31 PM
Unknown Object (File)
Thu, Jun 20, 8:53 PM
Unknown Object (File)
Thu, Jun 20, 3:56 PM
Unknown Object (File)
Thu, Jun 20, 1:00 PM
Unknown Object (File)
Wed, Jun 19, 11:11 PM
Unknown Object (File)
Wed, Jun 19, 5:07 AM
Subscribers

Details

Summary

This differential refactors CryptoModule and Session objects. The following changes are introduced:

  1. Session object doesn't hold reference to CryptoModule anymore. This reference was just passed in constructor and never used in any method.
  2. Session object can decrypt message independently.
  3. CryptoModule can remove session from its internal map.

All changes above were necessary to enable notifications code to work with sessions objects only.

Test Plan

Text that encrypted notifs work correctly.

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

marcin requested review of this revision.Mar 4 2024, 5:10 AM
This revision is now accepted and ready to land.Mar 5 2024, 7:24 AM