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
/
MokManager.c
Age
Commit message (
Expand
)
Author
2025-01-17
MokManager: remove redundant logical constraints
Heinrich Schuchardt
2022-05-04
Allow MokListTrusted to be enabled by default
Eric Snowberg
2021-12-10
Minor coverity fixes
15.5-rc2
Peter Jones
2021-11-03
Introduce a new MOK variable called MokListTrustedRT
Eric Snowberg
2021-10-12
console: add a clear_screen() primitive
Peter Jones
2021-09-07
cleanup: always use BS and RT, not gBS and gRT
Peter Jones
2021-03-10
Restructure our includes.
Peter Jones
2021-02-25
Fix all the places we need UNUSED on arguments.
Peter Jones
2021-02-16
console: Move the countdown function to console.c
Gary Lin
2021-02-16
Fix up a bunch of our license statements and add SPDX most places
Peter Jones
2020-10-15
Fix some mokmanager deletion paths
Peter Jones
2020-07-23
MokManager: fix a wrong allocation failure check.
Peter Jones
2020-07-23
MokManager: fix uninitialized value
Peter Jones
2020-07-23
MokManager: avoid -Werror=address-of-packed-member
Jonas Witschel
2020-07-23
MokManager: console mode modification for hi-dpi screen devices
Ivan Hu
2020-07-23
MokManager: Use CompareMem on MokListNode.Type instead of CompareGuid
Gary Lin
2020-07-23
Work around stuff -Waddress-of-packed-member finds.
Peter Jones
2020-07-23
MokManager: Stop using EFI_VARIABLE_APPEND_WRITE
Gary Lin
2020-07-23
Let MokManager follow a MokTimeout var for timeout length for the prompt
Mathieu Trudel-Lapierre
2018-04-05
Audit get_variable() calls for correct FreePool() use.
Peter Jones
2018-03-20
Revert "MokManager: stop using StrnCat"
Peter Jones
2018-03-13
MokManager: stop using StrnCat
Hans de Goede
2018-03-12
console: Do not set EFI console to textmode until something is printed
Hans de Goede
2018-03-12
console: Add console_print and console_print_at helpers
Hans de Goede
2018-03-12
Don't use uefi_call_wrapper(), ever.
Peter Jones
2018-03-12
MokManager: get rid of struct menu_item, it is unused.
Peter Jones
2018-03-12
MokManager: Fix a conditional on an uninitialized value in one error path.
Peter Jones
2018-03-12
MokManager: handle mok parameter allocations better.
Peter Jones
2018-03-12
MokManager: use EFI_ERROR() instead of comparing to EFI_SUCCESS.
Peter Jones
2018-03-12
MokManager: check_der_suffix(): use StrnCat() on our suffix checker.
Peter Jones
2018-03-12
MokManager: Lindent (and other reformats) the whole file.
Peter Jones
2018-03-12
Get rid of all the places we cast to (CHAR16 *[])
Peter Jones
2018-03-12
Fix some "if (x < 0)" tests where x is UINTN.
Peter Jones
2018-03-12
Don't have tons of local guid definitions for no reason at all.
Peter Jones
2018-03-12
Move includes around to clean the source tree up a bit.
Peter Jones
2017-08-31
Revert lots of Cryptlib updates.
Peter Jones
2017-08-18
Rework looping in enter_mok_menu(), to allow multiple MOK changes
Mathieu Trudel-Lapierre
2017-04-11
MokManager: Update to new openssl API
Gary Lin
2016-09-21
MokManager: list Extended Key Usage OIDs
Mathieu Trudel-Lapierre
2016-09-09
MokManager: free new_data after use
Gary Lin
2016-09-09
MokManager: Try APPEND_WRITE first
Gary Lin
2016-09-09
MokManager: Remove the usage of APPEND_WRITE
Gary Lin
2016-09-06
Update to openssl to 1.0.2e
Gary Lin
2015-11-17
MokManager: Fix a -Wsign-compare bug on i?86
Peter Jones
2015-06-16
MokManager: Nerf SHA-1 again for actual hashes and signatures.
Peter Jones
2015-06-16
MokManager: fix comparison between signed and unsigned integer
Gary Ching-Pang Lin
2015-06-16
MokManager: Discard the list contains an invalid signature
Gary Ching-Pang Lin
2015-06-16
MokManager: Support SHA224, SHA384, and SHA512
Gary Ching-Pang Lin
2015-06-16
MokManager: Add more key list safe checks
Gary Ching-Pang Lin
2015-06-16
MokManager: fix the return value and type
Gary Ching-Pang Lin
[next]