index
:
efi-boot-shim.git
bookworm/updates
bullseye/updates
buster/updates
master
upstream
vyos/current
(mirror of https://github.com/vyos/efi-boot-shim.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pe.c
Age
Commit message (
Expand
)
Author
2022-05-24
Also avoid CVE-2022-28737 in verify_image()
Peter Jones
2022-05-24
pe: Perform image verification earlier when loading grub
Chris Coulson
2022-05-24
pe: Fix a buffer overflow when SizeOfRawData > VirtualSize
Chris Coulson
2022-05-17
Add MokPolicy variable and MOK_POLICY_REQUIRE_NX
Peter Jones
2022-05-17
PE Loader: support and require NX
Peter Jones
2022-05-17
Add verify_image
Eric Snowberg
2022-04-05
shim: implement SBAT verification for the shim_lock protocol
Chris Coulson
2022-02-03
pe: missing perror argument
Heinrich Schuchardt
2021-09-10
pe: simplify generate_hash()
Heinrich Schuchardt
2021-09-07
cleanup: always use BS and RT, not gBS and gRT
Peter Jones
2021-07-20
shim: another attempt to fix load options handling
Chris Coulson
2021-03-30
sbat: add more dprint()
Peter Jones
2021-03-10
Restructure our includes.
Peter Jones
2021-02-25
sbat: Don't assume VirtualSize == SizeOfRawData
Chris Coulson
2021-02-25
sbat: fix the residual "resource section" for SBAT
Gary Lin
2021-02-25
SBAT: make our sbat section parser use the csv parser
Peter Jones
2021-02-25
Fix all the places we need UNUSED on arguments.
Peter Jones
2021-02-19
sbat: make shim to parse it's own .sbat section on init
Javier Martinez Canillas
2021-02-19
pe.c: move sbat verification to its own function.
Peter Jones
2021-02-19
Don't re-parse the SBAT EFI variable for each binary we load.
Javier Martinez Canillas
2021-02-19
pe.c: parse SBAT variable and perform basic verification
Alex Burmashev
2021-02-19
sbat: drop the struct sbat and just use two variables instead
Peter Jones
2021-02-16
sbat: use correct type for parse_sbat_var() return value
Javier Martinez Canillas
2021-02-16
sbat: remove unused buffer parameter in parse_sbat() function
Javier Martinez Canillas
2021-02-13
SBAT: parse a copy of the table that's got a NUL at the end
Peter Jones
2021-02-13
Add a function to parse the SBAT metadata from the .sbat section
Javier Martinez Canillas
2021-02-13
Add the beginning of .sbat parsing stuff
Peter Jones
2021-02-13
Add some more PE helpers we need for SBAT
Peter Jones
2021-02-13
Refactor some PE handling code
Peter Jones
2021-02-13
Move a bunch of PE-related stuff out of shim.c
Peter Jones