mirror of
https://github.com/borgbackup/borg.git
synced 2026-06-10 09:21:44 -04:00
add condensed description of the changes in merge-all branch
This commit is contained in:
parent
a3fd1b6876
commit
2ac57f2d12
1 changed files with 23 additions and 0 deletions
23
CHANGES-merge-all.txt
Normal file
23
CHANGES-merge-all.txt
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
Stuff in merge-all and not in merge minus minor changes:
|
||||
|
||||
added tuning docs
|
||||
|
||||
attic init --compression NN --cipher NN --mac NN ...
|
||||
(see attic init --help)
|
||||
|
||||
new hashes: sha512_256
|
||||
ghash (default)
|
||||
new MACs: hmac-sha512-256
|
||||
gmac (default)
|
||||
new ciphers: aes256-ctr + hmac-sha512-256
|
||||
aes256-gcm (default)
|
||||
new compression: no compression (default)
|
||||
zlib level 1..9 (previously, level 6 was hardcoded)
|
||||
lzma preset 0..9
|
||||
|
||||
source: more flexible type 0x03 header format, allowing to give hash algo,
|
||||
compression algo and level, encryption algo, key type.
|
||||
|
||||
source: less hardcoding, numeric offsets / lengths
|
||||
source: flexible hashing, compression, encryption, key dispatching
|
||||
|
||||
Loading…
Reference in a new issue