diff options
| author | Matthew Garrett <mjg@redhat.com> | 2012-06-25 10:59:08 -0400 |
|---|---|---|
| committer | Matthew Garrett <mjg@redhat.com> | 2012-06-25 10:59:08 -0400 |
| commit | c16548d08b3b1fb645cc794a3f433fc00767d6cc (patch) | |
| tree | 993dbe53993496dbc52d4f7ba5e5c10b4ea99c6b /signature.h | |
| parent | 8877e131276c2f803e15e0b92ebf573480496da2 (diff) | |
| download | efi-boot-shim-c16548d08b3b1fb645cc794a3f433fc00767d6cc.tar.gz efi-boot-shim-c16548d08b3b1fb645cc794a3f433fc00767d6cc.zip | |
Add black/white listing
Diffstat (limited to 'signature.h')
| -rw-r--r-- | signature.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/signature.h b/signature.h index 154da5e6..d2a8843e 100644 --- a/signature.h +++ b/signature.h @@ -1,6 +1,7 @@ #define SHA256_DIGEST_SIZE 32 -EFI_GUID EfiCertSha256Guid = { 0xc1c41626, 0x504c, 0x4092, {0xac, 0xa9, 0x41, 0xf9, 0x36, 0x93, 0x43, 0x28 }}; +EFI_GUID EfiHashSha256Guid = { 0xc1c41626, 0x504c, 0x4092, {0xac, 0xa9, 0x41, 0xf9, 0x36, 0x93, 0x43, 0x28 }}; +EFI_GUID EfiCertX509Guid = { 0xa5c059a1, 0x94e4, 0x4aa7, {0x87, 0xb5, 0xab, 0x15, 0x5c, 0x2b, 0xf0, 0x72 }}; typedef struct { /// |
