summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-09-19Actually refer to the base relocation table of our loaded image.Peter Jones
2014-08-27Make sure we don't try to load a binary from a different arch.Peter Jones
2014-08-27Don't name something exit().Peter Jones
2014-08-27Handle empty .reloc section in PE/COFF loaderArd Biesheuvel
2014-08-27Fix typo from Ard's old tree 32-bit ARM patch.Peter Jones
2014-08-19Update openssl to 0.9.8zbGary Ching-Pang Lin
2014-08-12Add support for 32-bit ARMArd Biesheuvel
2014-08-12Add support for 64-bit ARM (AArch64)Ard Biesheuvel
2014-08-12Factor out x86-isms and add cross compile supportArd Biesheuvel
2014-08-12unhook_system_services: bail on systab == NULLArd Biesheuvel
2014-08-12CryptLib: undefine va_arg and friends before redefining themArd Biesheuvel
2014-07-21Replace build instructions in README with something not completely wrong.Peter Jones
2014-07-14Update openssl to 0.9.8zaGary Ching-Pang Lin
2014-06-25Simplify the checking of SB and DB statesGary Ching-Pang Lin
2014-06-25Make sure we default to assuming we're locked down.Peter Jones
2014-06-25Check the secure variables with the lib functionsGary Ching-Pang Lin
2014-06-25Explain the logic in secure_mode() better.Peter Jones
2014-06-25Free the string from DevicePathToStrGary Ching-Pang Lin
2014-06-25Silence the functions of shim protocolGary Ching-Pang Lin
2014-06-25Remove the duplicate calls in lib/console.cGary Ching-Pang Lin
2014-06-25No newline for console_notifyGary Ching-Pang Lin
2014-06-25Exclude ca.crt while signing EFI imagesGary Ching-Pang Lin
2014-06-25MokManager: handle the error status from ReadKeyStrokeGary Ching-Pang Lin
2014-06-25MokManager: delete the BS+NV variables the right wayGary Ching-Pang Lin
2014-06-25Remove grubpath in generate_path()Gary Ching-Pang Lin
2014-06-25Check the first 4 bytes of the certificateGary Ching-Pang Lin
2014-06-25Fetch the netboot image from the same deviceGary Ching-Pang Lin
2014-05-13[fallback] Try to boot the first boot option anywayGary Ching-Pang Lin
2014-05-13[fallback] Fix the data size for boot option comparisonGary Ching-Pang Lin
2014-05-13[fallback] Avoid duplicate old BootOrderGary Ching-Pang Lin
2014-04-11Get rid of SectionCache in generate_hash(), it is unused.Peter Jones
2014-04-11Kees' patch missed the offset adjustment to PEHdr.Peter Jones
2014-04-11additional bounds-checking on section sizesKees Cook
2014-02-14Allow fallback to use the system's LoadImage/StartImage .Peter Jones
2014-02-14Add a failure case to the test plan and fix an ordering error.Peter Jones
2014-02-14Add a preliminary test plan.Peter Jones
2014-01-31[fallback] Attempt to re-use existing entries when possible.Peter Jones
2014-01-31[fallback] For HD() device paths, use just the media node and later.Peter Jones
2013-11-21Error check the right thing in get_variable_attr() when allocating.Peter Jones
2013-11-21Rewrite directory traversal allocation path so coverity can grok it.Peter Jones
2013-11-21Initialize entries before we pass it to another function.Peter Jones
2013-11-21Fix wrong sizeof().Peter Jones
2013-11-21Lengths that might be -1 can't be unsigned, Peter.Peter Jones
2013-11-21Fix path generation for Dhcpv4 bootloader.Peter Jones
2013-11-19Don't hook system services if shim has no built-in keysMatthew Garrett
2013-11-19Clarify meaning of insecure_modeMatthew Garrett
2013-11-12shim: improve error messagesAndrew Boie
2013-11-12allow 32-bit compilation with 64-bit compilerAndrew Boie
2013-11-12propagate some path variablesAndrew Boie
2013-11-12fix fallback.so build dependencyAndrew Boie