Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-20 | Apply suggestions from code review | Tobias Fella | |
Co-authored-by: Alexey Rusakov <Kitsune-Ral@users.sf.net> | |||
2022-05-20 | Truncate ciphertext buffer to actual size during file encryption | Tobias Fella | |
The ciphertext for AES CTR is exactly as large as the plaintext (not necessarily a multiple of the blocksize!). By truncating the ciphertext, we do not send bytes that will be decrypted to gibberish. As a side node, we probably do not need to initialize the ciphertext buffer larger than the plaintext size at all, but the OpenSSL docs are a bit vague about that. | |||
2022-05-16 | Implement sending encrypted files | Tobias Fella | |