audk/SecurityPkg/Library/AuthVariableLib
Zhang, Chao B fd4d9c6495 SecurityPkg: AuthVariableLib: Fix inconsistent CertDB case
2 steps are used to create/delete a time based variable.
  For create
     step 1: Insert Signer Cert to CertDB.
     Step 2: Insert Payload to Variable.
  For delete
     step 1: Delete Variable.
     Step 2: Delete Cert from CertDB.
  System may breaks between step 1 & step 2, so CertDB may contains useless
Cert in the next reboot. AuthVariableLib choose to sync consistent state
between CertDB & Time Auth Variable on initialization. However, it doesn't
apply Time Auth attribute check. Now add it.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Chao Zhang <chao.b.zhang@intel.com>
Reviewed-by: Fu Siyuan <siyuan.fu@intel.com>
Reviewed-by: Zeng Star <star.zeng@intel.com>
2016-08-17 09:01:46 +08:00
..
AuthService.c SecurityPkg: AuthVariableLib: Fix inconsistent CertDB case 2016-08-17 09:01:46 +08:00
AuthServiceInternal.h SecurityPkg: AuthVariableLib: Revert UserPhysicalPresent feature from AuthVariableLib 2016-07-22 09:48:00 +08:00
AuthVariableLib.c SecurityPkg: AuthVariableLib: Revert UserPhysicalPresent feature from AuthVariableLib 2016-07-22 09:48:00 +08:00
AuthVariableLib.inf SecurityPkg: AuthVariableLib: Remove Customized SecureBoot Mode transition. 2016-05-04 09:13:49 +08:00
AuthVariableLib.uni SecurityPkg: Convert all .uni files to utf-8 2015-12-15 04:58:32 +00:00