openssl enc issues deprecation warnings #3
Labels
No labels
bug
doc
duplicate
enhancement
help wanted
invalid
question
security
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Depends on
#4 provide tool for re-encryption
IUS/imager
Reference
IUS/imager#3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
If the blocks are saved encrypted, we use
openssl encwith a passphrase file. Newer OpenSSL implementations issue a warning that-iteror-pbkdf2should be used.Just adding the wanted options doesn't help, as for decrypting we need to kow the value of
-iteror-pbkdf2.A possible workaround is a re-encryption of the whole backups. Maybe this isn't a workaround only, as it increases security, but it is quite demanding in terms of CPU and disk usage, I suppose.
New backups are now created using the
.2extension and using OpenSSL options that avoid the warning.We should think about a way to re-encrypt existing backups.