Define additional private methods to encrypt and decrypt messages before the are written to or read from flat file storage
Details
Details
No test plan
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Paths
| Differential D4383 Authored by marcin on Jun 28 2022, 8:34 AM.
Details Summary Define additional private methods to encrypt and decrypt messages before the are written to or read from flat file storage Test Plan No test plan
Diff Detail
Event TimelineHerald added subscribers: • abosh, atul, • adrian, ashoat. · View Herald TranscriptJun 28 2022, 8:34 AM2022-06-28 08:34:54 (UTC-7) Harbormaster completed remote builds in B10058: Diff 13907.Jun 28 2022, 8:44 AM2022-06-28 08:44:27 (UTC-7) marcin added a parent revision: D4382: Define interface for elementary file operations: atomic write, append, read and atomic truncation with encryption-decryption layer based on encryption key in CommSecureStore.Jun 29 2022, 2:35 AM2022-06-29 02:35:00 (UTC-7) marcin added a child revision: D4384: Implement encryption-decryption layer for elementary file operations. This revision is now accepted and ready to land.Jun 29 2022, 7:22 AM2022-06-29 07:22:56 (UTC-7) Harbormaster completed remote builds in B10186: Diff 14064.Jul 1 2022, 2:14 AM2022-07-01 02:14:26 (UTC-7) Harbormaster failed remote builds in B10259: Diff 14151!Jul 5 2022, 3:20 AM2022-07-05 03:20:42 (UTC-7) Harbormaster completed remote builds in B10270: Diff 14162.Jul 5 2022, 4:33 AM2022-07-05 04:33:52 (UTC-7) Harbormaster completed remote builds in B10316: Diff 14222.Jul 6 2022, 4:46 AM2022-07-06 04:46:24 (UTC-7) Harbormaster completed remote builds in B10362: Diff 14270.Jul 7 2022, 7:31 AM2022-07-07 07:31:41 (UTC-7) Harbormaster completed remote builds in B10515: Diff 14464.Jul 14 2022, 5:03 AM2022-07-14 05:03:03 (UTC-7) Closed by commit rCOMMbd1697a92bd4: Extend interface for elementary file operations with encryption-decryption… (authored by marcin). · Explain WhyJul 14 2022, 5:10 AM2022-07-14 05:10:02 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 14464 native/ios/Comm.xcodeproj/project.pbxproj
native/ios/Comm/TemporaryMessageStorage/EncryptedFileUtils.mm
|