]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[efi] Ensure EFI binaries comply with Authenticode requirements
authorMichael Brown <mcb30@ipxe.org>
Mon, 25 Feb 2013 17:22:01 +0000 (17:22 +0000)
committerMichael Brown <mcb30@ipxe.org>
Mon, 25 Feb 2013 17:22:01 +0000 (17:22 +0000)
commit09c5109b8585178172c7608de8d52e9d9af0b680
tree0aec340fff29b8caf434fb23b2f54db9b6158156
parent3c29c8ecc187b2fdd38c87df42080dc7c5a25b81
[efi] Ensure EFI binaries comply with Authenticode requirements

Authenticode requires that the size of the raw file must equal the
size of the OptionalHeader.SizeOfHeaders plus the sum of all sections'
SizeOfRawData.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/util/elf2efi.c