|
Re: [PATCH 2/5] CpuException: Init global variables in-place
Reviewed-by: Jian J Wang <jian.j.wang@...>
Regards,
Jian
Reviewed-by: Jian J Wang <jian.j.wang@...>
Regards,
Jian
|
By
Wang, Jian J
·
#89941
·
|
|
Re: [PATCH 3/5] CpuException: Avoid allocating page but using global variables
Reviewed-by: Jian J Wang <jian.j.wang@...>
Regards,
Jian
Reviewed-by: Jian J Wang <jian.j.wang@...>
Regards,
Jian
|
By
Wang, Jian J
·
#89940
·
|
|
Re: [PATCH 4/5] CpuException: Remove InitializeCpuInterruptHandlers
Hi Ray,
Both CpuDxe.c and CpuExceptionCommon.h have CPU_INTERRUPT_NUM defined.
I'd suggest to move it to a common place, such as BaseLib.h. I don't see any issue
if they are defined to different
Hi Ray,
Both CpuDxe.c and CpuExceptionCommon.h have CPU_INTERRUPT_NUM defined.
I'd suggest to move it to a common place, such as BaseLib.h. I don't see any issue
if they are defined to different
|
By
Wang, Jian J
·
#89939
·
|
|
Re: [PATCH 5/5] CpuException: Add InitializeSeparateExceptionStacks
Reviewed-by: Jian J Wang <jian.j.wang@...>
Regards,
Jian
Reviewed-by: Jian J Wang <jian.j.wang@...>
Regards,
Jian
|
By
Wang, Jian J
·
#89938
·
|
|
Re: [Patch v2 14/28] SecurityPkg: Add null encryption variable libs
Judah,
My comments below
By
Wang, Jian J
·
#89937
·
|
|
Re: [Patch v2 13/28] SecurityPkg: Fix GetVariableKey API
Judah,
My comments below
By
Wang, Jian J
·
#89936
·
|
|
Re: [Patch v2 12/28] SecurityPkg: Add new variable types and functions
Judah,
Patch 11 is a library instance of RpmcLib which relies on changes introduced in this patch (12).
You need to put this patch before patch 11.
Regards,
Jian
Judah,
Patch 11 is a library instance of RpmcLib which relies on changes introduced in this patch (12).
You need to put this patch before patch 11.
Regards,
Jian
|
By
Wang, Jian J
·
#89935
·
|
|
Re: [Patch v2 11/28] SecurityPkg: Update RPMC APIs with index
Reviewed-by: Jian J Wang <jian.j.wang@...>
Regards,
Jian
Reviewed-by: Jian J Wang <jian.j.wang@...>
Regards,
Jian
|
By
Wang, Jian J
·
#89934
·
|
|
Re: [Patch v2 10/28] SecurityPkg: Add new KeyService types and defines
Judah,
By
Wang, Jian J
·
#89933
·
|
|
Re: [Patch v2 09/28] MdeModulePkg: Add support for Protected Variables
Judah,
See my inline comments below.
Regards,
Jian
Judah,
See my inline comments below.
Regards,
Jian
|
By
Wang, Jian J
·
#89932
·
|
|
Re: [Patch v2 08/28] MdeModulePkg: Add new Variable functionality
Judah,
One general comment: please add variable store provision/recovery flow and
explanations in the readme.
See my other inline comments below.
Regards,
Jian
Judah,
One general comment: please add variable store provision/recovery flow and
explanations in the readme.
See my other inline comments below.
Regards,
Jian
|
By
Wang, Jian J
·
#89931
·
|
|
Re: [Patch v2 07/28] MdeModulePkg: Add Null ProtectedVariable Library
Judah,
Following interface has no non-Null version implemented.
Consider removing them
Judah,
Following interface has no non-Null version implemented.
Consider removing them
|
By
Wang, Jian J
·
#89930
·
|
|
[PATCH 5/5] NetworkPkg/TlsDxe: Sync to new TlsSetHostPrivateKey() API
Add NULL to param list to sync with new TlsSetHostPrivateKey() in TlsLib.
Cc: Jian J Wang <jian.j.wang@...>
Cc: Guomin Jiang <guomin.jiang@...>
Cc: Maciej Rabeda
Add NULL to param list to sync with new TlsSetHostPrivateKey() in TlsLib.
Cc: Jian J Wang <jian.j.wang@...>
Cc: Guomin Jiang <guomin.jiang@...>
Cc: Maciej Rabeda
|
By
Li, Yi
·
#89929
·
|
|
[PATCH 4/5] CryptoPkg: Add implementation for TlsSetHostPrivateKey()
From: yi1 li <yi1.li@...>
Add Password to TlsSetHostPrivateKey() param list,
Set Password to NULL when useless.
This function adds the local private key (PEM-encoded RSA or PKCS#8 private
key)
From: yi1 li <yi1.li@...>
Add Password to TlsSetHostPrivateKey() param list,
Set Password to NULL when useless.
This function adds the local private key (PEM-encoded RSA or PKCS#8 private
key)
|
By
Li, Yi
·
#89928
·
|
|
[PATCH 3/5] CryptoPkg: Add APIs TlsShutdown and TlsExportKey to TlsLib
From: yi1 li <yi1.li@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3892
Add the following API and implementation to the TLS library:
1.TlsShutdown:
Shutdown the TLS connection
From: yi1 li <yi1.li@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3892
Add the following API and implementation to the TLS library:
1.TlsShutdown:
Shutdown the TLS connection
|
By
Li, Yi
·
#89927
·
|
|
[PATCH 2/5] CryptoPkg: Add TlsSetConfiguration API
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3892
1. TlsSetSignatureAlgoList: Configure the list of TLS signature algorithms
that should be used as part of the TLS session establishment.
This
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3892
1. TlsSetSignatureAlgoList: Configure the list of TLS signature algorithms
that should be used as part of the TLS session establishment.
This
|
By
Li, Yi
·
#89926
·
|
|
[PATCH 1/5] MdePkg: Add Tls configuration related define
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3892
Consumed by TlsSetEcCurve and TlsSetSignatureAlgoList.
Cc: Jiewen Yao <jiewen.yao@...>
Cc: Michael D Kinney
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3892
Consumed by TlsSetEcCurve and TlsSetSignatureAlgoList.
Cc: Jiewen Yao <jiewen.yao@...>
Cc: Michael D Kinney
|
By
Li, Yi
·
#89925
·
|
|
[PATCH 0/5] CryptoPkg: Add additional cipher algos and TLS API to meet WPA3
To meet the needs of WPA3 Enterprise, additional cipher algorithms
and TLS APIs need to be added.
Code branch: https://github.com/liyi77/edk2/tree/Add-TLS
Details as follows:
- TlsShutdown: Shutdown
To meet the needs of WPA3 Enterprise, additional cipher algorithms
and TLS APIs need to be added.
Code branch: https://github.com/liyi77/edk2/tree/Add-TLS
Details as follows:
- TlsShutdown: Shutdown
|
By
Li, Yi
·
#89924
·
|
|
Event: TianoCore Design Meeting - APAC/NAMO - 05/27/2022
#cal-reminder
Reminder: TianoCore Design Meeting - APAC/NAMO
When:
05/27/2022
9:30am to 10:30am
(UTC+08:00) Asia/Shanghai
Where:
Microsoft Teams
Organizer: Ray Ni ray.ni@...
View
Reminder: TianoCore Design Meeting - APAC/NAMO
When:
05/27/2022
9:30am to 10:30am
(UTC+08:00) Asia/Shanghai
Where:
Microsoft Teams
Organizer: Ray Ni ray.ni@...
View
|
By
Group Notification <noreply@...>
·
#89923
·
|
|
[GSOC 2022] Adding Rust support to EDK II: Introducing Myself
Hello Everyone,
I am Ayush Singh, a 2nd-year university student from the Indian
Institute of Technology (Indian School of Mines), Dhanbad, India. In
Google Summer of Code 2022, I will be working on
Hello Everyone,
I am Ayush Singh, a 2nd-year university student from the Indian
Institute of Technology (Indian School of Mines), Dhanbad, India. In
Google Summer of Code 2022, I will be working on
|
By
Ayush Singh
·
#89922
·
|