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)
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
Unknown Object (File)
Wed, May 8, 4:50 PM
Unknown Object (File)
Wed, May 8, 11:26 AM
Unknown Object (File)
Sat, May 4, 5:49 AM
Unknown Object (File)
Apr 4 2024, 7:01 PM
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