]> git.proxmox.com Git - proxmox-backup.git/commit
sync: verify chunk size and digest, if possible
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 3 Aug 2020 12:10:44 +0000 (14:10 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 4 Aug 2020 05:27:56 +0000 (07:27 +0200)
commit9e496ff6f1b9eec05c5901ab9d072def67d11cdc
treecb1cde0ab998e4bb8739f10eb98608f0314c414b
parent8819d1f2f553d0f5dfa458aaaec3faf24ff26bff
sync: verify chunk size and digest, if possible

for encrypted chunks this is currently not possible, as we need the key
to decode the chunk.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
src/client/pull.rs
src/client/remote_chunk_reader.rs