Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-23 | Make SHIM_LOCK_GUID a first-class object with a symbol. | Peter Jones | |
Right now the CA is checking if shim builds expose a particular version of the shim protocol. To do this, they're looking for SHIM_LOCK_GUID's value in the resulting binary. Currently, with SHIM_LOCK_GUID as a macro that gets assigned to local variables, that means they have to compensate for mov instructions mixed in with the actual value. This is completely absurd, so promote it to a first-class object with a symbol to make it both easy to find and continuous. Signed-off-by: Peter Jones <pjones@redhat.com> | |||
2012-10-12 | Switch to using db format for MokList and MokNew | Matthew Garrett | |
Using the same format as the UEFI key databases makes it easier for the kernel to parse and extract keys from MOK, and also permits MOK to contain multiple key or hash types. Additionally, add support for enrolling hashes. | |||
2012-07-05 | We're not MSABI, so don't advertise this as such | Matthew Garrett | |
2012-06-18 | Fix typos. | Peter Jones | |
2012-06-05 | Install a protocol for sharing code with grub | Matthew Garrett | |