]> git.proxmox.com Git - efi-boot-shim.git/commit
Boot unsigned binaries if we're not in secure mode
authorMatthew Garrett <mjg@redhat.com>
Wed, 24 Oct 2012 04:10:29 +0000 (00:10 -0400)
committerMatthew Garrett <mjg@redhat.com>
Wed, 24 Oct 2012 04:10:29 +0000 (00:10 -0400)
commitbceadba4c2456f9a91253b92da5e3c1b15270fac
treecf5df49291582ae228741989fdb68e9563e7caba
parent9913079b32e84fdb4466be8af92c928357741ed7
Boot unsigned binaries if we're not in secure mode

read_header would fail if the binary was unsigned, even if we weren't then
going to verify the signature. Move that check to the verify function
instead.
shim.c