0
0
mirror of https://github.com/signalapp/libsignal.git synced 2024-09-20 03:52:17 +02:00
libsignal/.gitattributes
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

8 lines
270 B
Plaintext

# Prevent auto-merging of generated acknowledgment files
acknowledgments/acknowledgments.* -merge -text
acknowledgments/acknowledgments.*.hbs merge text=auto
# Treat encrypted and unencrypted message backup files as binary
*.binproto binary
*.binproto.encrypted binary