index
:
edk2-platforms.git
about
devel-IntelAtomProcessorE3900
devel-MinPlatform
devel-MinnowBoard3
devel-MinnowBoard3-UDK2017
devel-MinnowBoardMax-UDK2017
devel-OpenPlatformPkg
devel-dynamictables
master
minnowboard-max-udk2015
pentium-celeron-n-udk2015
(https://github.com/tianocore/edk2-platforms)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
SecurityPkg
/
VariableAuthenticated
/
SecureBootConfigDxe
Age
Commit message (
Expand
)
Author
2015-05-11
SecurityPkg: Update SecureBootConfigDxe to support ARM image
Ard Biesheuvel
2015-05-07
SecurityPkg: remove unused variables
Ard Biesheuvel
2015-03-13
SecurityPkg: Fix typo.
Shumin Qiu
2014-12-25
Correct the Hash Calculation for Revoked X.509 Certificate to align with RFC3...
Long, Qin
2014-11-14
UEFI 2.4 X509 Certificate Hash and RFC3161 Timestamp Verification support for...
Qin Long
2014-11-10
Fix execution status & DEBUG message level mismatch. EFI_D_ERROR is used o...
Chao Zhang
2014-10-21
Clean up the code. Action statement should not have text two opcode.
Eric Dong
2014-09-03
SecurityPkg: Convert non DOS format files to DOS format
Gao, Liming
2014-08-28
SecurityPkg: INF/DEC file updates to EDK II packages
Dong, Guo
2014-08-28
SecurityPkg: INF/DEC file updates to EDK II packages
Dong, Guo
2014-01-09
Return to BMM page if parse the file info failed.
Eric Dong
2014-01-08
Rollback the patch 15054.
Eric Dong
2014-01-07
Not update the status until parse the file info success.
Eric Dong
2013-11-25
Refine the Secure Boot UI driver to input the GUID and varstroe name when usi...
Fu Siyuan
2013-08-22
Fix a bug in secure boot configuration driver: Enroll DB/KEK will disable Att...
Fu Siyuan
2013-08-08
Checks the length of the file name to avoid illegal access.
Gary Ching-Pang Lin
2013-07-26
Update all the code to consume the ConvertDevicePathToText, ConvertDevicePath...
Ruiyu Ni
2013-05-17
Pop up error message when user tries to enroll an invalid certificate file in...
sfu5
2013-04-25
Check for NULL pointer before free it.
sfu5
2013-04-12
Update secure boot UI driver to handle “reset to default” hot key.
sfu5
2013-01-25
Fix infinite loop bug in secure boot UI driver.
sfu5
2013-01-09
1. Set the secure boot state to Standard Mode when user leaving secure boot s...
sfu5
2012-09-14
Add a dialog box with help message when user changes the state of "Attempt Se...
sfu5
2012-07-23
Update the secure boot configuration UI to accept *.crt certificate file.
sfu5
2012-07-12
Update the secure boot configuration UI to accept *.der certificate file as t...
sfu5
2012-07-09
Reset the platform when user choose to enroll/delete the PK variable.
sfu5
2012-07-05
1. Reset system when user changes secure boot state in secure boot configurat...
sfu5
2012-06-08
Fix compatibility issue when using IPF image with PE32 magic value in the Opt...
sfu5
2012-05-31
Fixed build failed.
ydong10
2012-05-30
Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info....
ydong10
2012-05-14
Update auth-variable and secure boot UI driver to support only time-based PK,...
sfu5
2012-04-05
Add pointer check for NULL before dereference it.
sfu5
2012-03-29
1. Fix UNIXGCC IPF build failure in SecurityPkg.
sfu5
2012-03-28
1. Fix GCC build failure in SecurityPkg.
sfu5
2012-03-27
1. Remove “Force clear PK” feature in AuthVarialbe driver.
sfu5
2011-12-15
Update for SecurityPkg.
ydong10
2011-11-21
Initialize the variable before use it to avoid SCT test failed.
ydong10
2011-11-15
Update ConfigAcess Protocol which is produced by SecureBootConfigDxe to follo...
qianouyang
2011-11-01
Enhance drivers for sanity check and coding style alignment.
gdong1
2011-10-28
Remove a unnecessary Macro in SecureBootConfigImpl.h.
qianouyang
2011-10-28
Enable/Disable Secured Boot by 'Secure Boot Configuration' Page which is unde...
qianouyang