From 785d84ead0d7bdba8214f445612eff6d169dea14 Mon Sep 17 00:00:00 2001 From: sfu5 Date: Fri, 13 Jul 2012 06:12:58 +0000 Subject: Verify the provided PKpub is signed with its private key when enrolling a new PK variable in setup mode. Signed-off-by: Fu Siyuan Reviewed-by: Dong Guo Reviewed-by: Ye Ting git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13531 6f19259b-4bc3-4df7-8a09-765794883524 --- SecurityPkg/VariableAuthenticated/RuntimeDxe/AuthService.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'SecurityPkg/VariableAuthenticated/RuntimeDxe/AuthService.h') diff --git a/SecurityPkg/VariableAuthenticated/RuntimeDxe/AuthService.h b/SecurityPkg/VariableAuthenticated/RuntimeDxe/AuthService.h index 7eb2a9d23c..e7a9a1f556 100644 --- a/SecurityPkg/VariableAuthenticated/RuntimeDxe/AuthService.h +++ b/SecurityPkg/VariableAuthenticated/RuntimeDxe/AuthService.h @@ -59,7 +59,8 @@ typedef struct { typedef enum { AuthVarTypePk, AuthVarTypeKek, - AuthVarTypePriv + AuthVarTypePriv, + AuthVarTypePayload } AUTHVAR_TYPE; #pragma pack(1) -- cgit v1.2.3