remove IV validation step from RestoreHelper
authorPhilipp Gesang <philipp.gesang@intra2net.com>
Fri, 5 May 2017 14:52:45 +0000 (16:52 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 2 Apr 2018 11:34:08 +0000 (13:34 +0200)
commit723283eef4b1e67ecbe64ca8c490146f6ce79d80
tree02b4722f65f92dfa297b9caebc8a6f1884740dc4
parentb6faf76e9522607b90a8c120393f45e8d0d56b5d
remove IV validation step from RestoreHelper

Since the same decryption context is carried over between the Tar
volumes of one backup set, the built-in IV uniqueness checks
suffice. Between multiple backup sets, the salt and IV fixed
parts change, so there is no occasion for conflict. The IVs of
auxiliary files are unique anyways.
deltatar/deltatar.py