summaryrefslogtreecommitdiff
path: root/SecurityPkg/Library
AgeCommit message (Expand)AuthorFilesLines
2016-05-04SecurityPkg: AuthVariableLib: Remove Customized SecureBoot Mode transition.Zhang, Chao B5-1866/+237
2016-05-03SecurityPkg: Fix TPM 1.2 NV Storage Command Size byte orderSamer El-Haj-Mahmoud1-4/+7
2016-05-03SecurityPkg: Fix bug in TPM 1.2 SelfTestSamer El-Haj-Mahmoud1-0/+2
2016-05-03SecurityPkg: Add DEBUG messages for TPM12StartupSamer El-Haj-Mahmoud1-0/+5
2016-05-03SecurityPkg: Add DEBUG messages for TPM2StartupSamer El-Haj-Mahmoud1-0/+4
2016-04-29SecurityPkg-Opal(1): Use fixed SMM communication buffer in OPAL password lib.Eric Dong3-4/+34
2016-04-29SecuritPkg: DxeImageVerificationLib: Fix wrong verification logic in DBX & DBTZhang, Chao B1-2/+9
2016-04-19SecurityPkg: AuthVariableLib & SecureBootConfigDxe: Fix SecureBootEnable & PK...Zhang, Chao B1-13/+1
2016-04-13SecurityPkg: Update protocol usage in module INF files.Liming Gao3-9/+9
2016-04-08SecurityPkg TcgStorageOpalLib: Fix wrong condition judgment.Eric Dong1-1/+1
2016-04-06SecurityPkg OpalPasswordSupportLib: Add comments for the used protocol in inf...Eric Dong1-1/+1
2016-04-06SecurityPkg OpalPasswordSupportLib: Remove the hard code debug build option.Eric Dong1-3/+0
2016-04-06SecurityPkg OpalPasswordSupportLib: Fixed gcc build failure.Eric Dong1-0/+1
2016-04-06SecurityPkg TcgStorageOpalLib: Fixed gcc build failure.Eric Dong2-4/+5
2016-04-06SecurityPkg TcgStorageOpalLib: Remove the hard code debug build option.Eric Dong1-3/+0
2016-03-29SecurityPkg: OpalPasswordSupportLib: Add Opal password support library.Eric Dong3-0/+864
2016-03-29SecurityPkg: TcgStorageOpalLib: Add TCG storage opal library.Eric Dong3-0/+2616
2016-03-29SecurityPkg: TcgStorageCoreLib: Add TCG storage core library.Eric Dong3-0/+2595
2016-03-11SecurityPkg: Clear LocalAuthSession content after use.Jiewen Yao1-2/+6
2016-03-11SecurityPkg: Add Tpm2 prefix to lib to avoid conflict.Jiewen Yao1-9/+9
2016-03-11SecurityPkg: Fix Tcg2 SubmitRequestToPreOSFunction() fail in second times.Jiewen Yao2-4/+6
2016-02-02SecurityPkg: AuthVariableLib: Add new cert database for volatile time based A...Chao Zhang4-57/+145
2016-01-27SecurityPkg: Correct data copy in Tpm2NvReadPublic.Yao, Jiewen1-2/+2
2016-01-27SecurityPkg: Add TPM PTP detection in Tpm12SubmitCommand.Yao, Jiewen1-41/+58
2016-01-26SecurityPkg: Add TPM PTP detection in TPM12 device lib.Yao, Jiewen1-159/+122
2016-01-26SecurityPkg: Add TPM PTP support in TPM2 device lib.Yao, Jiewen7-184/+579
2016-01-21SecurityPkg/Tpm12CommandLib: Add TPM 1.2 commands used by TCG modulesMichael Kinney8-188/+442
2016-01-11SecurityPkg: Clear AuthSession content after use.Yao, Jiewen6-122/+333
2016-01-11SecurityPkg: Add Tpm2Startup return code check.Yao, Jiewen1-4/+25
2016-01-08SecurityPkg : Tpm2DeviceLibDTpm : Rename TisTpmCommand to avoid name collisionSamer El-Haj-Mahmoud1-3/+3
2015-12-29SecurityPkg AuthVariableLib: Correct comment/error log about CleanCertsFromDbStar Zeng2-10/+8
2015-12-18DxeTpmMeasureBootLib: Change global variable name to avoid name conflict.Eric Dong1-5/+5
2015-12-17SecurityPkg: Correct Pcd Usage PcdTcg2HashAlgorithmBitmapLiming Gao2-2/+6
2015-12-15SecurityPkg: Convert all .uni files to utf-8Jordan Justen37-0/+0
2015-12-07SecurityPkg: AuthVariableLib: Fix GCC compile errorArd Biesheuvel1-17/+17
2015-12-07SecurityPkg: AuthVariableLib: Customized SecureBoot Mode transition.Chao Zhang5-268/+1912
2015-12-03SecurityPkg: put missing empty lines at the end of some header filesArd Biesheuvel1-1/+1
2015-11-06SecurityPkg: Remove temp return solution in PeiRsa2048Sha256 Section LibZhang Chao1-6/+0
2015-10-19SecurityPkg : Fix Rsa2048Sha256GuidedSectionExtractLib issueCohen, Eugene2-4/+4
2015-10-16SecurityPkg: Use PcdSet##S to instead of PcdSet##Star Zeng2-2/+6
2015-10-16SecurityPkg AuthVariableLib: Add the missing gEfiAuthenticatedVariableGuidStar Zeng1-0/+4
2015-09-16SecurityPkg: Reduce verbosity of TPM DEBUG messagesSamer El-Haj-Mahmoud4-29/+33
2015-08-25SecurityPkg: Use PcdGetSize to get the size of VOID* PCD value.Liming Gao4-7/+7
2015-08-17SecurityPkg: Update SignatureSize to comply UEFI specChao Zhang1-1/+1
2015-08-13Add TPM2 support defined in trusted computing group.Yao, Jiewen26-122/+2289
2015-08-06SecurityPkg: Update coding styleChao Zhang1-1/+2
2015-07-28Downgrade one debug message level in DxeTpm2MeasureBootHandler from EFI_D_ERR...Yao, Jiewen1-1/+1
2015-07-26SecurityPkg AuthVariableLib: Correct address pointers dataStar Zeng1-6/+13
2015-07-15SecurityPkg: Fix DBX Variable Read Error in ImageVerificationLibChao Zhang1-1/+1
2015-07-10SecurityPkg: Make time based AuthVariable update atomicChao Zhang3-30/+170