1
0
mirror of https://github.com/TheLocehiliosan/yadm synced 2026-03-02 03:49:29 +00:00
Files
TheLocehiliosan_yadm/test
Tim Byrne 05ae6f0257 Add config yadm.openssl-old
The newer versions (OpenSSL 1.1.1 or LibreSSL 2.9.1) support the pbkdf2
key derivation function, while older versions do not. In addition the
new versions have changed the default digest to SHA256 instead of MD5.

Files encrypted with older versions would throw warnings about
deprecated key derivation used files encrypted with newer versions +
pbkdf2 would not be decryptable using older versions These problems
matter, when many users maintain their dotfiles across different systems
with different levels of OpenSSL support.

A new boolean config option has been added, yadm.openssl-old

* If false, use options -pbkdf2 -iter 100000 -md sha512
* If true, use options -md md5 (and if decrypting with newer versions
  warnings will be printed)
2020-09-25 10:04:18 -05:00
..
2020-09-25 10:04:18 -05:00
2019-12-05 15:02:43 -06:00
2019-02-20 07:48:25 -06:00
2020-05-27 19:38:15 -04:00
2019-02-20 07:48:25 -06:00
2019-10-02 15:16:09 -05:00
2020-07-08 15:30:15 -05:00
2020-02-21 08:05:56 -06:00
2019-02-20 07:48:25 -06:00
2019-02-20 07:48:25 -06:00
2019-02-20 07:48:25 -06:00
2019-02-20 07:48:25 -06:00