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
/
shim.c
Age
Commit message (
Expand
)
Author
2024-01-22
Try to load revocations.efi even if directory read fails
Jan Setje-Eilers
2024-01-22
netboot read_image() should not hardcode DEFAULT_LOADER
Jan Setje-Eilers
2024-01-22
Rename "previous" revocations to "automatic"
Jan Setje-Eilers
2024-01-22
Suppress "Failed to open <..>\revocations.efi" when file does not exist
Jan Setje-Eilers
2024-01-22
Fix some minor ia32 build issues.
Peter Jones
2023-12-05
sbat revocations: check the full section name
Peter Jones
2023-12-05
shim should not self revoke
Jan Setje-Eilers
2023-12-05
BS Variables for bootmgr revocations
Jan Setje-Eilers
2023-12-05
Allow SbatLevel data from external binary
Jan Setje-Eilers
2023-12-05
CVE-2023-40548 Fix integer overflow on SBAT section size on 32-bit system
Peter Jones
2023-12-05
CVE-2023-40549 Authenticode: verify that the signature header is in bounds.
Peter Jones
2023-12-05
CVE-2023-40550 pe: Fix an out-of-bound read in verify_buffer_sbat()
Peter Jones
2023-06-27
Verify signature before verifying sbat levels
Jan Setje-Eilers
2023-06-21
Rename 'msecs' to 'usecs' to avoid potential confusion
Kamil Aronowski
2023-05-02
Further improve load_certs() for non-compliant drivers/firmwares
Pete Batard
2023-05-02
Drop invalid calls to `CRYPTO_set_mem_functions`
Nicholas Bishop
2023-05-02
Optionally allow to keep shim protocol installed
Luca Boccassi
2023-02-01
Don't loop forever in load_certs() with buggy firmware
Renaud Métrich
2022-11-08
load_cert_file: Use EFI RT memory function
Eric Snowberg
2022-11-08
load_cert_file: Fix stack issue
Eric Snowberg
2022-08-03
Reference MokListRT instead of MokList
Eric Snowberg
2022-05-23
load_cert_file(): don't defererence NULL
Peter Jones
2022-05-18
load_certs: trust dir->Read() slightly less.
Peter Jones
2022-05-18
Always initialize data/datasize before calling read_image()
Peter Jones
2022-05-17
Load additional certs from a signed binary
Eric Snowberg
2022-05-17
Abstract out image reading
Eric Snowberg
2022-05-17
shim: use SHIM_DEVEL_VERBOSE when built in devel mode
Peter Jones
2022-04-05
shim: implement SBAT verification for the shim_lock protocol
Chris Coulson
2021-12-10
shim: Don't stop forever at "Secure Boot not enabled" notification
Renaud Métrich
2021-10-12
shim: Don't parse load options if invoked from removable media path
Julian Andres Klode
2021-10-12
Extract is_removable_media_path() out of should_use_fallback()
Julian Andres Klode
2021-09-14
Fallback to default loader if parsed one does not exist
Julian Andres Klode
2021-09-07
shim/mm/fb: move global state to its own source file
Peter Jones
2021-09-07
cleanup: always use BS and RT, not gBS and gRT
Peter Jones
2021-09-03
shim: avoid BOOTx64.EFI in message on other architectures
Heinrich Schuchardt
2021-07-20
shim: move the bulk of set_second_stage() to its own file
Peter Jones
2021-07-20
shim: rename pause() to wait_for_debug()
Peter Jones
2021-07-20
shim: another attempt to fix load options handling
Chris Coulson
2021-06-23
Relax the check for import_mok_state()
Gary Lin
2021-03-30
Fix an off-by-one on the sbat self-check.
Peter Jones
2021-03-30
sbat: add more dprint()
Peter Jones
2021-03-27
Change SBAT variable name to SbatLevel
Jan Setje-Eilers
2021-03-18
shim: Use the default loader if an EFI_LOAD_OPTION can't be parsed
Javier Martinez Canillas
2021-03-15
shim: Fix a NULL pointer dereference caused by start not being set
Javier Martinez Canillas
2021-03-12
Fix a plausible NULL dereference.
Peter Jones
2021-03-12
Make ENABLE_SHIM_DEVEL work better.
Peter Jones
2021-03-11
shim: simplify sbat self-check logic.
Peter Jones
2021-03-11
If the SBAT UEFI variable is not set, initialize it as a bootservices variable.
Jan Setje-Eilers
2021-03-10
shim: attempt to improve the argument handling
Paul Moore
2021-03-10
Fix compilation for older gcc
Alex Burmashev
[next]