0
0
mirror of https://github.com/signalapp/libsignal.git synced 2024-09-19 19:42:19 +02:00
Commit Graph

4 Commits

Author SHA1 Message Date
Alex Konradi
66cd3f0133
backup: bridge canonical serialization as ComparableBackup 2024-07-16 14:20:31 -04:00
Alex Konradi
89795fa2a9
Update .gitattributes and .gitignore
Treat .binproto and .binproto.encrypted files in all directories, as binary, 
not just the root.
2024-03-18 13:00:31 -04:00
Alex Konradi
dc7c4eab1f
Test validation of encrypted message backup files
Add a utility binary that compresses and encrypts backup files per the spec. 
Use the encryptor binary to encrypt the unencrypted test case file and include 
it as an additional golden test. Check that, in addition to calling via the 
library, the binary also accepts valid test files.
2024-01-24 09:38:28 -05:00
Alex Konradi
20c4966cd8
Prevent auto-merging of acknowledgement text files (#454)
Adjust the attributes so that git will treat the generated acknowledgment files 
as binary for the purposes of merging. This will ensure that a merge of two 
branches that both alter the acknowledgments will require manual resolution 
(ideally by re-running the generation script).
2023-12-13 17:02:19 -05:00