8000 Tags · xnox/shim · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: xnox/shim

Tags

15.2

Toggle 15.2's commit message
Fix incorrect allocation size for EV_EFI_BOOT_SERVICES_APPLICATION ev…

…ents

sizeof(EFI_IMAGE_LOAD_EVENT) needs to represent the size of the header
so we can add the actual device path size to it to compute the event.

Signed-off-by: Peter Jones <pjones@redhat.com>

15.1

Toggle 15.1's commit message
Fix build error in mok.c

got-here

Toggle got-here's commit message
got here

shim-tag-zjHMyTx3Yb

Toggle shim-tag-zjHMyTx3Yb's commit message
0003-Cryptlib-Pk-CryptX509.c-Fix-RETURN_-to-be-EFI_.patch

redhat-shim-x86-20190221

Toggle redhat-shim-x86-20190221's commit message
Update for rhel-8

Signed-off-by: Peter Jones <pjones@redhat.com>

rhel-81-openssl-rebase-start

Toggle rhel-81-openssl-rebase-start's commit message
Cryptlib: Fix our update helpers and Configure

Signed-off-by: Peter Jones <pjones@redhat.com>

openssl-rebase-helper-start

Toggle openssl-rebase-helper-start's commit message
Add CryptoPkg/Library/BaseCryptLib/ and CryptoPkg/Library/OpensslLib/

openssl-rebase-helper-end

Toggle openssl-rebase-helper-end's commit message
Cryptlib: Fix our update helpers and Configure

Signed-off-by: Peter Jones <pjones@redhat.com>

rh-shim-ia32-x64-20180702

Toggle rh-shim-ia32-x64-20180702's commit message
Add all the stuff to reproduce the rhel-76 build

Signed-off-by: Peter Jones <pjones@redhat.com>

15

Toggle 15's commit message

Verified

This tag was signed with the committer’s verified signature.
vathpela Peter Jones
shim 15

- better checking for bad linker output
- flicker-free console if there's no error output
- improved http boot support
- better protocol re-installation
- dhcp proxy support
- tpm measurement even when verification is disabled
- REQUIRE_TPM build flag
- more reproducable builds
- measurement of everything verified through shim_verify()
- coverity and scan-build checker make targets
- misc cleanups
- currently we don't support multiple certificates in our local
  certificate databases, but pjones was wrong about why, and it's not
  Michael Brown's fault at all.  Please disregard the statement in
  commit cdbfb5a
0