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
Unknown Object (File)
Wed, Jun 12, 2:36 AM
Unknown Object (File)
Tue, Jun 11, 3:06 AM
Unknown Object (File)
Mon, Jun 10, 3:35 AM
Unknown Object (File)
Thu, Jun 6, 11:29 PM
Unknown Object (File)
Tue, May 21, 1:03 AM
Unknown Object (File)
Tue, May 21, 1:03 AM
Unknown Object (File)
Tue, May 21, 1:01 AM
Unknown Object (File)
Tue, May 21, 1:00 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
Lint Not Applicable
Unit
Tests Not Applicable

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