summaryrefslogtreecommitdiff
path: root/SecurityPkg/VariableAuthenticated/RuntimeDxe/AuthService.c
AgeCommit message (Expand)Author
2014-11-14UEFI 2.4 X509 Certificate Hash and RFC3161 Timestamp Verification support for...Qin Long
2014-10-22Add comments to clarify mPubKeyStore buffer MemCopy. There is no memory overf...Chao, Zhang
2014-10-21Add PubKey index check before touching PubKey cache. Internal PubKey Variable...Chao, Zhang
2014-08-151) Update code to use PcdFixedUsbCredentialProviderTokenFileName and Pcd...Dong, Guo
2014-07-28Update code to support VS2013 tool chain.Eric Dong
2014-04-01Add missing parameter comment in AddPubKeyInStore()Dong Guo
2014-03-27Calculate enough space for 2 variables (public key and variable data) instead...Dong Guo
2014-03-19Fix the return value bug when updating public key database variable failure.Dong Guo
2013-11-18SecurityPkg Variable: Remove mStorageData buffer allocation and use Scratch b...Star Zeng
2013-11-04MdeModulePkg and SecurityPkg Variable: Enhance code to use the new variable d...Star Zeng
2013-10-09Fix coding style issue.Fu Siyuan
2013-10-08Fix a bug about the “VendorKey” variable update logic.Fu Siyuan
2013-09-12Update the chaining requirements with regards to the Platform Key.Fu Siyuan
2013-09-12Add “VendorKeys” variable for indicating out of band key modification.Fu Siyuan
2013-05-17Fix a bug that “SecureBoot” varaible will be updated to NV+AT attribute i...sfu5
2013-05-02Fix memory overflow & VariableSize check issue for SetVariable append write.czhang46
2013-02-21Add error handling code to prevent variable store corruption in release build.sfu5
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
2012-11-211. Correct the counter-based hash algorithm according to UEFI spec.sfu5
2012-10-15Fix time-based and count-based authenticated variable can be updated by each ...gdong1
2012-09-141. Fix a bug when comparing two timestamp in auth-variable driver.sfu5
2012-08-231. Initialize certdb variable with correct value of list size.sfu5
2012-07-25Use RsaGetPublicKeyFromX509() to validate the given X.509 certificate for PK/...sfu5
2012-07-171. Remove extra attribute for SetupMode, SignatureSupport and SecureBoot vari...sfu5
2012-07-13Verify the provided PKpub is signed with its private key when enrolling a new...sfu5
2012-07-051. Reset system when user changes secure boot state in secure boot configurat...sfu5
2012-06-12Add comment for modules which have external input.jyao1
2012-05-14Update auth-variable and secure boot UI driver to support only time-based PK,...sfu5
2012-05-09Fixes buffer read overflow bugs in authenticated variable driver.sfu5
2012-04-23Fix common AuthVariable protection issue.tye1
2012-03-31Update common authenticated variable (non PK/KEK/DB/DBX) support to comply wi...tye1
2012-03-271. Remove “Force clear PK” feature in AuthVarialbe driver.sfu5
2011-12-13Update SignatureSupport variable to reflect firmware capability.gdong1
2011-12-091. Fix a bug when verify the CertType GUID in authentication variable data pa...sfu5
2011-12-02Update a return status for UEFI spec compliance.gdong1
2011-11-231. Check input PK/KEK variable data to make sure it is a valid EFI_SIGNATURE_...sfu5
2011-11-04Add debug information for secure boot test convenient.gdong1
2011-10-28SecurityPkg: Update VariableAuthenticated driver with following changes:xdu2
2011-10-28Enable/Disable Secured Boot by 'Secure Boot Configuration' Page which is unde...qianouyang
2011-09-211. Enhance AuthVar driver to avoid process corrupted certificate input.hhuan13
2011-09-02Add security package to repository.gdong1