summaryrefslogtreecommitdiff
path: root/signature.h
diff options
context:
space:
mode:
authorMatthew Garrett <mjg@redhat.com>2012-06-25 10:59:08 -0400
committerMatthew Garrett <mjg@redhat.com>2012-06-25 10:59:08 -0400
commit1a109376abfc0bdccedab8b2f41740548bfd28df (patch)
tree993dbe53993496dbc52d4f7ba5e5c10b4ea99c6b /signature.h
parent390191c60716b6a7c4f3e16870731dbc661079de (diff)
downloadefi-boot-shim-1a109376abfc0bdccedab8b2f41740548bfd28df.tar.gz
efi-boot-shim-1a109376abfc0bdccedab8b2f41740548bfd28df.zip
Add black/white listing
Diffstat (limited to 'signature.h')
-rw-r--r--signature.h3
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 {
///