-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix support for OVMF and other more restrictive platforms
* It looks like some platforms do not accept an unsigned ESL/AuthVar for the PK but insist on the UEFI "Trust me, bro!" equivalent of a self signed AuthVar... * We therefore switch to using authenticated variables everywhere and add self signing for the PK one. We also add support for loading '.auth' for people who want to provide their own PK on such platforms. * Also fix the wrong use of gEfiCertX509Sha###Guid since these apply for SHA-### hashes only. Unconditionally use gEfiCertX509Guid instead.
- Loading branch information
Showing
8 changed files
with
271 additions
and
165 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.