CHANGES-merge-all.txt 761 B

1234567891011121314151617181920212223
  1. Stuff in merge-all and not in merge minus minor changes:
  2. added tuning docs
  3. attic init --compression NN --cipher NN --mac NN ...
  4. (see attic init --help)
  5. new hashes: sha512_256
  6. ghash (default)
  7. new MACs: hmac-sha512-256
  8. gmac (default)
  9. new ciphers: aes256-ctr + hmac-sha512-256
  10. aes256-gcm (default)
  11. new compression: no compression (default)
  12. zlib level 1..9 (previously, level 6 was hardcoded)
  13. lzma preset 0..9
  14. source: more flexible type 0x03 header format, allowing to give hash algo,
  15. compression algo and level, encryption algo, key type.
  16. source: less hardcoding, numeric offsets / lengths
  17. source: flexible hashing, compression, encryption, key dispatching