]> git.proxmox.com Git - pve-manager.git/commit - PVE/API2/Nodes.pm
aplinfo: improve checksum handling
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Tue, 23 Aug 2016 14:27:20 +0000 (16:27 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 24 Aug 2016 08:09:12 +0000 (10:09 +0200)
commit3b81e495cde8f8a47ba5a3fbb565b75eb6137989
tree8c91e58f5ff8f0a8235548fed4f922ccc0a3df95
parent36b9245739ec067076e93ba8ba3146d09fb6cf23
aplinfo: improve checksum handling

instead of calling md5sums, use perl's Digest::MD5.
also support SHA512 via perl's Digest::SHA, to enable a
transition away from MD5.
PVE/API2/Nodes.pm