]> git.proxmox.com Git - proxmox-backup.git/history - src/backup/key_derivation.rs
cleanup: always compute fingerprint in KeyConfig constructors
[proxmox-backup.git] / src / backup / key_derivation.rs
2021-01-21 Dietmar Maurercleanup: always compute fingerprint in KeyConfig constr...
2021-01-21 Dietmar MaurerMerge branch 'master' of ssh://proxdev.maurer-it.com...
2021-01-21 Dietmar Maurercleanup: KeyConfig::decrypt - show password hint on...
2021-01-20 Fabian Grünbichlerclippy: remove unnecessary &mut
2021-01-20 Fabian Grünbichlerclippy: remove unnecessary clones
2021-01-20 Dietmar Maurerimprove code docs
2021-01-20 Dietmar Maurertape: implemenmt show key
2021-01-20 Dietmar Maurercleanup KeyConfig
2021-01-20 Dietmar Maureradd "password hint" to KeyConfig
2021-01-19 Dietmar Maurertape: generate random encryptions keys and store key_co...
2021-01-19 Dietmar Maurercleanup: factor out decrypt_key_config
2020-12-17 Fabian GrünbichlerKeyConfig: bail on wrong fingerprint
2020-12-17 Fabian GrünbichlerKeyConfig: always calculate fingerprint
2020-12-17 Fabian GrünbichlerKeyConfig: add encrypt/decrypt test
2020-12-17 Fabian Grünbichlerclient: add 'import-with-master-key' command
2020-12-17 Fabian Grünbichlerkey: move RSA-encryption to KeyConfig
2020-11-24 Dietmar Maurercleanup: remove dead code
2020-11-24 Dietmar Maurercli: cleanup 'key show' - use format_and_print_result_full
2020-11-23 Fabian Grünbichlerkey: add fingerprint to key config
2020-09-15 Dietmar Maureravoid chrono dependency, depend on proxmox 0.3.8
2020-09-11 Fabian Grünbichlerdon't truncate DateTime nanoseconds
2020-07-08 Wolfgang Bumillerclient: introduce --keyfd parameter
2020-07-08 Wolfgang Bumillerclient: xdg usage: place() vs find()
2020-04-17 Wolfgang Bumillerswitch from failure to anyhow
2020-01-21 Wolfgang Bumillerbump proxmox crate to 0.1.7
2020-01-13 Oguz Bektasfix typo for function name load_and_decrypt_key
2019-12-18 Wolfgang Bumillerreplace file_set_contents with replace_file
2019-10-25 Dietmar Maureravoid some clippy warnings
2019-10-16 Dietmar Maurerload_and_decrtypt_key: allow function closures to readf...
2019-08-03 Dietmar Maurerupdate to nix 0.14, use code from proxmox:tools
2019-06-20 Dietmar Maurersrc/backup/key_derivation.rs: add modified field to...
2019-06-19 Dietmar Maurersrc/bin/proxmox-backup-client.rs: add keyfile parameter...
2019-06-18 Dietmar Maurersrc/bin/proxmox-backup-client.rs - key API: pass kdf...
2019-06-18 Dietmar Maurersrc/backup/key_derivation.rs: move kdf code into separa...