Hi Sean
I would like to hear your feedback, since it is a little different from the
original MSFT patch.
Would you please take a look?
Thank you
Yao, Jiewen
> -Original Message-
> From: Jan Bobek
> Sent: Saturday, January 21, 2023 6:59 AM
> To: devel@edk2.groups.io
> Cc: Jan Bobek ; La
Merged https://github.com/tianocore/edk2/pull/3940
From: Yao, Jiewen
Sent: Monday, January 23, 2023 10:38 AM
To: Jan Bobek ; devel@edk2.groups.io
Cc: Jan Bobek ; Wang, Jian J ; Xu,
Min M
Subject: Re: [PATCH v2 1/1] SecurityPkg/AuthVariableLib: Check SHA-256 OID with
ContentInfo present
review
Reviewed-by: Michael D Kinney
> -Original Message-
> From: devel@edk2.groups.io On Behalf Of Rebecca Cran
> Sent: Sunday, January 22, 2023 7:25 PM
> To: devel@edk2.groups.io; Wang, Jian J ; Gao, Liming
>
> Cc: Rebecca Cran
> Subject: [edk2-devel] [PATCH 1/1] MdeModulePkg: Fix typo of
Signed-off-by: Rebecca Cran
---
MdeModulePkg/Core/Dxe/Event/Event.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MdeModulePkg/Core/Dxe/Event/Event.c
b/MdeModulePkg/Core/Dxe/Event/Event.c
index dc82abb02130..7506803b0b38 100644
--- a/MdeModulePkg/Core/Dxe/Event/Event.c
+++
reviewed-by: Jiewen Yao
发件人: Jan Bobek
发送时间: Monday, January 23, 2023 5:53:48 AM
收件人: devel@edk2.groups.io
抄送: Jan Bobek ; Yao, Jiewen ; Wang,
Jian J ; Xu, Min M
主题: [PATCH v2 1/1] SecurityPkg/AuthVariableLib: Check SHA-256 OID with
ContentInfo present
REF: h
*Reminder: Tools, CI, Code base construction meeting series*
*When:*
Monday, January 23, 2023
4:30pm to 5:30pm
(UTC-08:00) America/Los Angeles
*Where:*
https://github.com/tianocore/edk2/discussions/2614
View Event ( https://edk2.groups.io/g/devel/viewevent?eventid=1650236 )
*Description:*
Tian
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4305
Based on whether the DER-encoded ContentInfo structure is present in
authenticated SetVariable payload or not, the SHA-256 OID can be
located at different places.
UEFI specification explicitly states the driver shall support both
cases, but