Skip to content

Commit

Permalink
Implement lennysz's suggestions for MokListRT
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Jones <pjones@redhat.com>
  • Loading branch information
vathpela committed Jul 26, 2020
1 parent fecc2df commit 65be350
Show file tree
Hide file tree
Showing 3 changed files with 516 additions and 222 deletions.
3 changes: 2 additions & 1 deletion include/PeImage.h
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,8 @@ typedef struct {
UINT8 CertData[1];
} WIN_CERTIFICATE_EFI_PKCS;

#define SHA256_DIGEST_SIZE 32
#define SHA1_DIGEST_SIZE 20
#define SHA256_DIGEST_SIZE 32
#define WIN_CERT_TYPE_PKCS_SIGNED_DATA 0x0002

typedef struct {
Expand Down
Loading

0 comments on commit 65be350

Please sign in to comment.