* 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
|
@ -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>
|
2013-03-20 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
Slight improve in USB-related boot-time checkpoints.
|
Slight improve in USB-related boot-time checkpoints.
|
||||||
|
|
|
@ -124,7 +124,10 @@ struct signature_v4_header
|
||||||
|
|
||||||
const char *hashes[] = {
|
const char *hashes[] = {
|
||||||
"md5", "sha1", "ripemd160",
|
"md5", "sha1", "ripemd160",
|
||||||
[0x0a] = "sha512"
|
[0x08] = "sha256",
|
||||||
|
[0x09] = "sha384",
|
||||||
|
[0x0a] = "sha512",
|
||||||
|
[0x0b] = "sha224"
|
||||||
};
|
};
|
||||||
|
|
||||||
struct
|
struct
|
||||||
|
|
Loading…
Reference in a new issue