aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2019-01-06Makefile: Reverse the order of lib.a and -lcryptoJames Bottomley1-6/+6
2016-02-23ShimReplace: add new shim loader simply to install protocolJames Bottomley1-1/+2
2015-03-17flash-var: new routine for manipulating variables in flash imagesJames Bottomley1-1/+5
2015-01-06Make alterations for 32 bit cross compileJames Bottomley1-9/+14
2014-12-22Makefile: Consolidate auth file building rulesJames Bottomley1-5/+13
2014-12-22cert-to-efi-hash-list: binary for blacklisting by hashJames Bottomley1-1/+4
2014-12-19Make: allow creation of multiple db certificatesJames Bottomley1-3/+0
2014-12-18Add MS KEK update bundleJames Bottomley1-2/+3
2014-12-17Add more .auth file generatorsJames Bottomley1-20/+3
2014-12-17sign-efi-sig-list: fix timestampsJames Bottomley1-1/+1
2014-12-17Build an update bundle for the Microsoft db keyJames Bottomley1-1/+10
2014-12-16Makefile: add targets for DB and KEK update as well as replaceJames Bottomley1-1/+9
2014-12-16Fix Make cleanJames Bottomley1-0/+1
2013-09-19Makefile/Make.rules: don't rely on vim-corev1.4.2Greg Kroah-Hartman1-1/+1
2013-03-01efi-keytool is vestigial, don't build itJames Bottomley1-1/+1
2013-02-28efi-updatevar: add ability to insert X509 key from certificate fileJames Bottomley1-1/+1
2013-02-27Makefile: Correct a cockup in .auth file generationJames Bottomley1-0/+9
2013-02-27efi-updatevar: add utility to perform the tasks of UpdateVars.efiJames Bottomley1-1/+4
2013-02-27efi-keytool, efi-readvar: begin constructing linux versions of efi toolsJames Bottomley1-1/+7
2013-02-04PreLoader: per Microsoft request, remove KeyTool from authorised hashJames Bottomley1-1/+1
2013-01-22ReadVars: Update to allow single variable selection and asn1 parse x509James Bottomley1-1/+1
2012-12-20Update with changes required by MicrosoftJames Bottomley1-1/+1
2012-12-12asn1: complete definitions and strip copied filesJames Bottomley1-1/+4
2012-12-11SetNull: simple program to prevent *NULL from being 0James Bottomley1-1/+1
2012-12-11simple_file: fix missing files problemJames Bottomley1-1/+1
2012-12-04PreLoader: Add built in whitelist hash tableJames Bottomley1-0/+7
2012-12-04hash-to-efi-sig-list: new binary to create hashes as efi signature listsJames Bottomley1-1/+5
2012-12-03mkusb.sh: script to create a bootable USB image with the filesJames Bottomley1-0/+1
2012-12-03HelloWorld: Replace with console box based oneJames Bottomley1-0/+1
2012-12-03Makefile: go back to single signature binariesJames Bottomley1-3/+3
2012-12-03PreLoader: Simple preloaderJames Bottomley1-1/+2
2012-12-03HashTool: Add new tool for enroling and managing hashesJames Bottomley1-1/+2
2012-10-18Create new noPK.auth fileJames Bottomley1-1/+7
2012-07-30Keytool: Add prototype efi program for key manipulationJames Bottomley1-1/+3
2012-07-22Move guid definitions into library function guid.cJames Bottomley1-6/+6
2012-07-21Makefile: add install targetsJames Bottomley1-0/+10
2012-07-21add man page for sign-efi-sig-listJames Bottomley1-1/+2
2012-07-21Make tidy upJames Bottomley1-1/+2
2012-07-19LockDown: Allow all keys to come from efi sig list bundlesJames Bottomley1-2/+2
2012-07-18LockDown: Fix loading of PK for tianocore r13531+James Bottomley1-1/+1
2012-07-18cert-to-sig-list: use guid functions in libraryJames Bottomley1-2/+2
2012-07-15split guid handling off into a library functionJames Bottomley1-5/+5
2012-07-13Makefile: Fix generation problem with LockDown and the key headersJames Bottomley1-1/+1
2012-07-13Makefile: generate certificates with sha256 signatures (required by UEFI spec)James Bottomley1-1/+1
2012-07-13sign-efi-sig-list: add program to create an authentication header for variablesJames Bottomley1-1/+4
2012-07-12sig-list-to-certs: crude implementation to extract certificatesJames Bottomley1-1/+4
2012-07-07cert-to-efi-sig-list: conversion from x509 PEM certificate to efi signature listJames Bottomley1-2/+6
2012-07-05Restructure to put secure variable update into libraryJames Bottomley1-0/+1
2012-07-05UpdateVars: Preliminary code to update variables from a fileJames Bottomley1-1/+2
2012-07-02ReadVars: Added ability to save all variables to filesJames Bottomley1-0/+1
2012-07-01ReadVars: Simple programme to read the secure variablesJames Bottomley1-1/+1
2012-07-01Fix suffix rules for incorrect key generationJames Bottomley1-2/+5
2012-07-01LockDown: Providsion DB key as wellJames Bottomley1-3/+5
2012-06-29Loader: add a simple elf load/exec routineJames Bottomley1-40/+15
2012-06-28Makefile: Add signed efi binaries to clean targetJames Bottomley1-1/+1
2012-06-27Lockdown: new fileJames Bottomley1-1/+30
2012-06-27Initial revision to build a simple HelloWorld.efi programJames Bottomley1-0/+29