* grub-core/commands/verify.c (hashes): Add several hashes

from the spec.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-03-20 17:24:39 +01:00
parent 8fe05def12
commit d7a6506e30
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2013-03-20 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/commands/verify.c (hashes): Add several hashes
from the spec.
2013-03-20 Vladimir Serbinenko <phcoder@gmail.com>
Slight improve in USB-related boot-time checkpoints.

View File

@ -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