Skip to content

Commit

Permalink
Add changelog for restic#3429
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelEischer authored and mfrischknecht committed Jun 14, 2022
1 parent cbe60ec commit 7e06c4e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions changelog/unreleased/pull-3429
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Enhancement: Verify that new or modified keys were stored correctly

When adding a new key or changing the password of a key, restic just created the
new key (and removed the old one, when changing the password). There was no
verification that the new key was stored correctly and that it work. As the
repository cannot be decrypted without a valid key file, this could in rare
cases cause the repository to become inaccessible.

We have added a check that the new key actually works before continuing. This
can protect against some (rare) cases of hardware or storage problems.

https://github.com/restic/restic/pull/3429

0 comments on commit 7e06c4e

Please sign in to comment.