summaryrefslogtreecommitdiff
path: root/SecurityPkg
AgeCommit message (Expand)Author
2013-06-14The list of locked variables is traversed at runtime, hence we mustLaszlo Ersek
2013-06-06Fix overflow issue in TcgProtocolChao Zhang
2013-05-21Fix the TOCTOU issue of CommBufferSize itself for SMM communicate handler input.lzeng14
2013-05-20Add the EDKII_VARIABLE_LOCK_PROTOCOL implementation in SecurityPkg variable d...niruiyu
2013-05-17Fix a bug that “SecureBoot” varaible will be updated to NV+AT attribute i...sfu5
2013-05-17Pop up error message when user tries to enroll an invalid certificate file in...sfu5
2013-05-13Update Code to pass EBC compiler.lgao4
2013-05-071. Fix TOCTOU issue in VariableSmm, FtwSmm, FpdtSmm, SmmCorePerformance SMM h...lzeng14
2013-05-02Fix memory overflow & VariableSize check issue for SetVariable append write.czhang46
2013-04-251. Use the check IsAddressValid() to prevent SMM communication buffer overflo...lzeng14
2013-04-25Check for NULL pointer before free it.sfu5
2013-04-22Fix potential overflow for SetVariable interfaceczhang46
2013-04-19Fix a potential SMM memory dump issue. If pass communication buffer with Data...czhang46
2013-04-18Update code not to block application/driver load when event log is full.gdong1
2013-04-15Fix SMM Variable driver stack GetVariable return INVALID_PARAMETER when DataS...czhang46
2013-04-12Update SMM variable DXE driver GetNextVariable interface to comply with UEFI ...czhang46
2013-04-12Update secure boot UI driver to handle “reset to default” hot key.sfu5
2013-04-08If DataSize or VariableNameSize is near MAX_ADDRESS, this can cause the compu...lzeng14
2013-03-06Fix a bug that IsSignatureFoundInDatabase() incorrectly computes CertCount.sfu5
2013-02-21Update the DxeImageVerificationLib to support for Authenticode-signed UEFI im...sfu5
2013-02-21Add error handling code to prevent variable store corruption in release build.sfu5
2013-01-25Check the input VaraibleName for db/dbx when appending variables with formatt...sfu5
2013-01-25Check for NULL pointer before dereference it.sfu5
2013-01-25Variables with state VAR_ADDED&VAR_IN_DELETED_TRANSITION should be considered...lzeng14
2013-01-25Add NULL pointer check.lzeng14
2013-01-25Fix infinite loop bug in secure boot UI driver.sfu5
2013-01-24Fix TPM may be locked twice issue in normal boot.gdong1
2013-01-181. Update the logic of UpdateVariable() for updating variable from:lzeng14
2013-01-15Fix the issue that RuntimeServiceQueryVariableInfo() in VariableSmmRuntimeDxe...lzeng14
2013-01-091. Set the secure boot state to Standard Mode when user leaving secure boot s...sfu5
2013-01-09Fix a bug that the invalid public key will never be removed from public key d...sfu5
2013-01-08Add the TPL raise/restore code for VariableSmmRuntimeDxe to avoid variable se...lzeng14
2013-01-041. Don't assume that flush the HOB variable to flash must be successful.lzeng14
2012-12-12Use SMM_VARIABLE_COMMUNICATE_HEADER_SIZE instead of OFFSET_OF (SMM_VARIABLE_C...lzeng14
2012-12-12Add a NULL string to the Image Execution Information Table if the Name is NUL...sfu5
2012-11-29Fix Gcc build errorczhang46
2012-11-28Fix coding style issueczhang46
2012-11-28Move the declaration of gEfiCertDbGuid to the package's Include folder.sfu5
2012-11-28Measure Processor location as system identity to PCR[1] according to Tcg serv...czhang46
2012-11-271.Measure ACPI table data comes from flash event type EV_POST_CODE ACPI DATA ...czhang46
2012-11-211. Correct the counter-based hash algorithm according to UEFI spec.sfu5
2012-11-05Fix ECC issueczhang46
2012-11-01Add Physical Presence request UI detection logic. Refine UIConfirm ReadKey logicczhang46
2012-10-22 Remove TPM selftest on S3 boot path to save timeczhang46
2012-10-17Remove useless MD5 OID ASN.1 value from DxeImageVerificationLib.tye1
2012-10-16Change TPM ACCESS_X.activeLocality test timeout to TIMEOUT_Aczhang46
2012-10-15Fix time-based and count-based authenticated variable can be updated by each ...gdong1
2012-09-28Rename Trusted Hob to Measured FV hob and add Guided Hob layout structureczhang46
2012-09-14Add a dialog box with help message when user changes the state of "Attempt Se...sfu5
2012-09-141. Fix a bug when comparing two timestamp in auth-variable driver.sfu5