summaryrefslogtreecommitdiffstats
path: root/SecurityPkg/VariableAuthenticated
Commit message (Expand)AuthorAgeFilesLines
...
* Update the secure boot configuration UI to accept *.der certificate file as t...sfu52012-07-121-4/+4
* Reset the platform when user choose to enroll/delete the PK variable. sfu52012-07-092-2/+2
* Add SMRAM range check to variable SMM SMI handler.czhang462012-07-092-7/+123
* Include read data buffer in CommBufferSize when calculate the buffer size.ydong102012-07-091-2/+2
* 1. Reset system when user changes secure boot state in secure boot configurat...sfu52012-07-053-10/+18
* Fix a buffer overflow bug in VariableSmm driver.sfu52012-07-041-1/+1
* Add comment for modules which have external input.jyao12012-06-129-3/+181
* Fix compatibility issue when using IPF image with PE32 magic value in the Opt...sfu52012-06-081-1/+15
* Fixed build failed.ydong102012-05-311-5/+5
* Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info....ydong102012-05-301-6/+11
* According to UEFI spec 2.3.1a. hardware error record variable should use the ...lzeng142012-05-304-4/+61
* Return EFI_WRITE_PROTECTED when setting HwErrRecSupport Global Variable at ru...lzeng142012-05-301-1/+11
* Update auth-variable and secure boot UI driver to support only time-based PK,...sfu52012-05-143-405/+217
* Fixes buffer read overflow bugs in authenticated variable driver.sfu52012-05-091-2/+5
* Fix common AuthVariable protection issue.tye12012-04-231-3/+3
* Add pointer check for NULL before dereference it.sfu52012-04-051-0/+7
* Update common authenticated variable (non PK/KEK/DB/DBX) support to comply wi...tye12012-03-314-23/+646
* If setting variable in Runtime and there has been a same GUID and name variab...lzeng142012-03-302-14/+17
* 1. Fix UNIXGCC IPF build failure in SecurityPkg.sfu52012-03-291-2/+2
* 1. Fix GCC build failure in SecurityPkg.sfu52012-03-281-2/+2
* 1. Remove “Force clear PK” feature in AuthVarialbe driver.sfu52012-03-2714-215/+6710
* 1. Update AuthVarialbe driver to avoid integer overflow when using EFI_VARIAB...sfu52012-03-261-3/+3
* Update for SecurityPkg.ydong102011-12-151-1/+1
* SecurityPkg/VariableAuthenticated: Check if there is a NV Variable Storage he...oliviermartin2011-12-137-1/+26
* Update SignatureSupport variable to reflect firmware capability.gdong12011-12-132-7/+2
* 1. Fix a bug when verify the CertType GUID in authentication variable data pa...sfu52011-12-093-5/+5
* Update a return status for UEFI spec compliance.gdong12011-12-021-1/+1
* 1. Check input PK/KEK variable data to make sure it is a valid EFI_SIGNATURE_...sfu52011-11-232-0/+161
* Initialize the variable before use it to avoid SCT test failed.ydong102011-11-211-0/+1
* Change IPF version AuthVariable driver to support multiple-platform feature.niruiyu2011-11-174-0/+64
* Update ConfigAcess Protocol which is produced by SecureBootConfigDxe to follo...qianouyang2011-11-152-35/+74
* Add debug information for secure boot test convenient.gdong12011-11-041-7/+16
* Enhance drivers for sanity check and coding style alignment.gdong12011-11-011-1/+0
* SecurityPkg: Update VariableAuthenticated driver with following changes:xdu22011-10-287-429/+706
* Remove a unnecessary Macro in SecureBootConfigImpl.h.qianouyang2011-10-281-2/+0
* Enable/Disable Secured Boot by 'Secure Boot Configuration' Page which is unde...qianouyang2011-10-2810-9/+958
* Support Variable driver (VariableAuthenticatedPei/VariableAuthenticatedRuntim...niruiyu2011-10-196-273/+476
* Add pointer check for NULL before dereference it.sfu52011-10-142-6/+7
* 1. Enhance AuthVar driver to avoid process corrupted certificate input.hhuan132011-09-213-19/+49
* Sync the fix for recovery mode from MdeModulePkg.gdong12011-09-071-16/+45
* Add security package to repository.gdong12011-09-0221-0/+12810