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, 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
Unknown Object (File)
Apr 4 2024, 7:01 PM
Unknown Object (File)
Mar 17 2024, 7:54 AM
Unknown Object (File)
Mar 16 2024, 12:59 AM
Unknown Object (File)
Mar 13 2024, 12:16 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