| Commit message (Expand) | Author | Age | Files | Lines |
* | SecurityPkg: Refine type cast for pointer subtraction | Hao Wu | 2017-03-06 | 1 | -6/+6 |
* | SecurityPkg: Fix potential bug in Security Boot dxe. | Zhang Lubo | 2017-03-01 | 2 | -11/+11 |
* | SecurityPkg/SecureBootConfigDxe: Use StrToGuid in BaseLib | Ruiyu Ni | 2017-02-28 | 3 | -166/+5 |
* | SecurityPkg: enhance secure boot Config Dxe & Time Based AuthVariable. | Zhang Lubo | 2017-02-20 | 2 | -16/+6 |
* | SecurityPkg SecureBootConfigDxe: Add check for the external PE/COFF image. | Liming Gao | 2016-07-14 | 3 | -0/+72 |
* | SecurityPkg: SecureBootConfigDxe: Add NULL pointer check | Zhang, Chao B | 2016-05-11 | 1 | -1/+1 |
* | SecurityPkg: Cleanup unused structure definition | Jiaxin Wu | 2016-05-09 | 1 | -37/+0 |
* | SecurityPkg: SecureBootConfigDxe: Disable SecureBoot Enable/Disable in some case | Zhang, Chao B | 2016-05-05 | 1 | -1/+1 |
* | SecurityPkg: SecureBootConfigDxe: Remove SecureBoot UI change for Customized ... | Zhang, Chao B | 2016-05-04 | 4 | -417/+32 |
* | SecurityPkg: AuthVariableLib & SecureBootConfigDxe: Fix SecureBootEnable & PK... | Zhang, Chao B | 2016-04-19 | 1 | -22/+25 |
* | SecurityPkg/SecureBootConfigDxe: Remove type casting from the ChooseFile hand... | Gary Lin | 2016-03-24 | 1 | -5/+5 |
* | SecurityPkg/SecureBootConfigDxe: Declare EFIAPI for the ChooseFile handlers | Gary Lin | 2016-03-24 | 2 | -0/+10 |
* | SecurityPkg: SecureBootConfigDxe: Update coding style | Zhang, Chao B | 2016-03-11 | 1 | -1/+2 |
* | SecurityPkg/SecureBootConfigDxe: Handle allocation failure gracefully | Dandan Bi | 2016-03-04 | 1 | -9/+21 |
* | SecurityPkg: Use FileExplorerLib in SecureBootConfigDxe | Dandan Bi | 2016-02-26 | 6 | -1225/+333 |
* | SecurityPkg: SecureBootConfigDxe: Fix potential NULL pointer dereference | Chao Zhang | 2016-01-27 | 1 | -4/+5 |
* | SecurityPkg: SecureBootConfigDxe: Fix string typo | Chao Zhang | 2016-01-15 | 2 | -5/+5 |
* | SecurityPkg: SecureBootConfigDxe: Enhance secure boot string update logic | Chao Zhang | 2016-01-15 | 1 | -42/+57 |
* | SecurityPkg: SecureBootConfigDxe: Change KEY_TRANS_SECURE_BOOT_MODE value | Chao Zhang | 2016-01-15 | 1 | -2/+2 |
* | SecurityPkg: SecureBootConfigDxe: Remove useless code in VFR | Chao Zhang | 2015-12-22 | 1 | -61/+11 |
* | SecurityPkg: Convert all .uni files to utf-8 | Jordan Justen | 2015-12-15 | 3 | -0/+0 |
* | SecurityPkg: SecureBootConfigDxe: SecureBoot UI for Customized SecureBoot Mode | Chao Zhang | 2015-12-07 | 4 | -56/+464 |
* | SecurityPkg: put missing empty lines at the end of some header files | Ard Biesheuvel | 2015-12-03 | 2 | -2/+2 |
* | SecurityPkg:Replace unsafe string functions. | Zhang Lubo | 2015-07-08 | 2 | -14/+17 |
* | SecurityPkg: Update SecureBootConfigDxe to support ARM image | Ard Biesheuvel | 2015-05-11 | 1 | -3/+5 |
* | SecurityPkg: remove unused variables | Ard Biesheuvel | 2015-05-07 | 1 | -2/+0 |
* | SecurityPkg: Fix typo. | Shumin Qiu | 2015-03-13 | 1 | -2/+2 |
* | Correct the Hash Calculation for Revoked X.509 Certificate to align with RFC3... | Long, Qin | 2014-12-25 | 1 | -1/+10 |
* | UEFI 2.4 X509 Certificate Hash and RFC3161 Timestamp Verification support for... | Qin Long | 2014-11-14 | 7 | -372/+1246 |
* | Fix execution status & DEBUG message level mismatch. EFI_D_ERROR is used o... | Chao Zhang | 2014-11-10 | 1 | -2/+2 |
* | Clean up the code. Action statement should not have text two opcode. | Eric Dong | 2014-10-21 | 1 | -2/+0 |
* | SecurityPkg: Convert non DOS format files to DOS format | Gao, Liming | 2014-09-03 | 1 | -0/+0 |
* | SecurityPkg: INF/DEC file updates to EDK II packages | Dong, Guo | 2014-08-28 | 2 | -0/+0 |
* | SecurityPkg: INF/DEC file updates to EDK II packages | Dong, Guo | 2014-08-28 | 1 | -18/+53 |
* | Return to BMM page if parse the file info failed. | Eric Dong | 2014-01-09 | 3 | -8/+15 |
* | Rollback the patch 15054. | Eric Dong | 2014-01-08 | 1 | -2/+6 |
* | Not update the status until parse the file info success. | Eric Dong | 2014-01-07 | 1 | -6/+2 |
* | Refine the Secure Boot UI driver to input the GUID and varstroe name when usi... | Fu Siyuan | 2013-11-25 | 1 | -2/+2 |
* | Fix a bug in secure boot configuration driver: Enroll DB/KEK will disable Att... | Fu Siyuan | 2013-08-22 | 2 | -22/+48 |
* | Checks the length of the file name to avoid illegal access. | Gary Ching-Pang Lin | 2013-08-08 | 1 | -3/+18 |
* | Update all the code to consume the ConvertDevicePathToText, ConvertDevicePath... | Ruiyu Ni | 2013-07-26 | 3 | -1524/+9 |
* | Pop up error message when user tries to enroll an invalid certificate file in... | sfu5 | 2013-05-17 | 1 | -6/+33 |
* | Check for NULL pointer before free it. | sfu5 | 2013-04-25 | 1 | -3/+5 |
* | Update secure boot UI driver to handle “reset to default” hot key. | sfu5 | 2013-04-12 | 3 | -1/+46 |
* | Fix infinite loop bug in secure boot UI driver. | sfu5 | 2013-01-25 | 1 | -0/+2 |
* | 1. Set the secure boot state to Standard Mode when user leaving secure boot s... | sfu5 | 2013-01-09 | 4 | -28/+152 |
* | Add a dialog box with help message when user changes the state of "Attempt Se... | sfu5 | 2012-09-14 | 1 | -0/+7 |
* | Update the secure boot configuration UI to accept *.crt certificate file. | sfu5 | 2012-07-23 | 1 | -10/+52 |
* | Update the secure boot configuration UI to accept *.der certificate file as t... | sfu5 | 2012-07-12 | 1 | -4/+4 |
* | Reset the platform when user choose to enroll/delete the PK variable. | sfu5 | 2012-07-09 | 2 | -2/+2 |