* grub-core/commands/verify.c (hashes): Add several hashes
from the spec.
This commit is contained in:
parent
8fe05def12
commit
d7a6506e30
2 changed files with 9 additions and 1 deletions
|
@ -124,7 +124,10 @@ struct signature_v4_header
|
|||
|
||||
const char *hashes[] = {
|
||||
"md5", "sha1", "ripemd160",
|
||||
[0x0a] = "sha512"
|
||||
[0x08] = "sha256",
|
||||
[0x09] = "sha384",
|
||||
[0x0a] = "sha512",
|
||||
[0x0b] = "sha224"
|
||||
};
|
||||
|
||||
struct
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue