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
2018-08-01
MokManager: Update to new openssl API
Gary Lin
2018-07-18
MokManager: Stop using EFI_VARIABLE_APPEND_WRITE
Gary Lin
2018-07-18
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
2015-06-16
MokManager: Support SHA1 hash in MOK
Gary Ching-Pang Lin
2015-06-16
MokManager: fix the hash list counting in delete
Gary Ching-Pang Lin
2015-06-16
MokManager: calculate the variable size correctly
Gary Ching-Pang Lin
2015-06-16
MokManager: Write the hash list properly
Gary Ching-Pang Lin
2015-06-16
MokManager: Match all hashes in the list
Gary Ching-Pang Lin
2015-06-16
MokManager: delete the hash properly
Gary Ching-Pang Lin
2015-06-16
MokManager: show the hash list properly
Gary Ching-Pang Lin
2015-06-16
Support MOK blacklist
Gary Ching-Pang Lin
2015-04-13
gcc 5.0 changes some include bits, so copy what arm does on x86.
Peter Jones
2014-10-02
Make another integer compare be signed/unsigned safe as well.
Peter Jones
2014-10-02
OOB access when parsing MOK List/Certificates on MOK enrollment
Sebastian Krahmer
2014-09-21
Make list_keys() index variables all be signed.
Peter Jones
2014-06-25
MokManager: handle the error status from ReadKeyStroke
Gary Ching-Pang Lin
2014-06-25
MokManager: delete the BS+NV variables the right way
Gary Ching-Pang Lin
2014-06-25
Check the first 4 bytes of the certificate
Gary Ching-Pang Lin
2014-04-11
additional bounds-checking on section sizes
Kees Cook
[next]