summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-12fallback.c: fix 32-bit compilationAndrew Boie
2013-11-12properly compile OpenSSL in 32-bit modeAndrey Petrov
2013-11-12netboot.h: fix build error on 32-bit systemsAndrew Boie
2013-11-12shim.c: Add support for hashing/relocation of 32-bit binariesMohanraj S
2013-11-12fix verify_mok()Andrew Boie
2013-11-06Bump version to 0.7.0.7Peter Jones
2013-11-06Fix check logic for SetupMode variable.Peter Jones
2013-10-31Make tag its own make target, and make it sign tags.Peter Jones
2013-10-31Bump version to 0.6Peter Jones
2013-10-30Don't free GetVariable() return data without checking the status code.Peter Jones
2013-10-28We should be checking both mok and the system's SB settingsPeter Jones
2013-10-23Revert "additional bounds-checking on section sizes"Peter Jones
2013-10-22Don't reject all binaries without a certificate database.Peter Jones
2013-10-22additional bounds-checking on section sizesKees Cook
2013-10-04Bump version to 0.50.5Peter Jones
2013-10-04Unhook system services as we exit.Peter Jones
2013-10-04Put SHIM_VERBOSE under shim's guid, not global.Peter Jones
2013-10-04Try to actually make debug printing look reasonable.Peter Jones
2013-10-04Do more strict checking on PE Headers.Peter Jones
2013-10-04Reapply patches lost in the updateMatthew Garrett
2013-10-04Update to current Tiano CryptlibMatthew Garrett
2013-10-04Add Tiano patch e98e59c237e17f064a4ecffb39d45499f89720a1Matthew Garrett
2013-10-03Improve PE image bounds checking.Peter Jones
2013-10-03Add ident-like blobs to shim.efi for version checking.Peter Jones
2013-10-02Update for Josh's changes.Peter Jones
2013-10-02Add support for disabling db for verificationJosh Boyer
2013-10-02Remove "shim.cer" on "make clean".Peter Jones
2013-10-02Use CHAR8 not UINT8 for character work.Peter Jones
2013-10-02CompareMem expects void * and gcc complains.Peter Jones
2013-10-02Fix wrong type on console_error() call.Peter Jones
2013-10-01If we fail to install our protocol, don't continue.Peter Jones
2013-10-01Clean up warnings.Peter Jones
2013-10-01Conditionalize overriding the security policy.Peter Jones
2013-10-01Merge console_control.h and console.hPeter Jones
2013-10-01Make verbose stuff use console_notifyPeter Jones
2013-10-01MokManager needs to disable the graphics console.Peter Jones
2013-10-01Include shim's vendor_cert in MokListRTPeter Jones
2013-10-01Harden shim against non-participating bootloaders.Peter Jones
2013-10-01Make vendor_cert/vendor_dbx actually replaceable by an external tool.Peter Jones
2013-10-01Remove TODO items fixed by merging lf_merge and lcp/lf-security-override.Peter Jones
2013-09-26Don't use LibGetVariable(), since it doesn't give us real error codes.Peter Jones
2013-09-26integrate security overrideGary Ching-Pang Lin
2013-09-26Clean up tarballs in "make clean"Peter Jones
2013-09-26Merge variable retrieving functionsGary Ching-Pang Lin
2013-09-26Merge signature.h into efiauthenticated.h and guid.hGary Ching-Pang Lin
2013-09-26Merge two PeImage.h into onePeter Jones
2013-09-26Free unused memory spaceGary Ching-Pang Lin
2013-09-26Adjust the result of gmtime() to fit the definitionGary Ching-Pang Lin
2013-09-26Rand: check the status of the pseudorandom number generatorGary Ching-Pang Lin
2013-09-26MokManager: check the suffix of the key fileGary Ching-Pang Lin