mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 03:50:57 +01:00
added better error handling to vault writing, always use a tmp
vault file for writing. added matching unittest to check if the code catches a disk full error.
This commit is contained in:
@@ -23,6 +23,12 @@
|
||||
|
||||
Added support for derived keys (using -r).
|
||||
|
||||
Added more precautions when writing to the vault,
|
||||
we now always use a tmp vault for writing and if that
|
||||
works, we copy it back. In case something fails on
|
||||
the way, the tmp file will be retained or the original
|
||||
vault will not be altered.
|
||||
|
||||
0.1.2 Fixed bug in pcp_derivekey() which derives encryption
|
||||
keys. it generated collisions due coding error, e.g.
|
||||
passphase 'a' resulted in the same encryptionkey as
|
||||
|
||||
Reference in New Issue
Block a user