From: Abner Chang
For the HTTPS connetion that doesn't require TLS peer verification,
EDKII_HTTPS_TLS_CONFIG_DATA_PROTOCOL is introduced to HTTP application
to provide its own TLS configure data that replaces the default value
initiated by HTTP DXE driver. The use case such as Redfish service
con
From: abnchang
Introduce HttpsTlsConfigDataProtocol the HTTP application
can install it on the HTTP protocol handle to provide its
own TLS configuration data.
Signed-off-by: Abner Chang
Cc: Saloni Kasbekar
Cc: Zachary Clark-williams
Cc: Michael Brown
Cc: Nickle Wang
Cc: Igor Kulchytskyy
--
From: Abner Chang
- Use HTTP instance as the parameter for TlsCreateChild function.
- Install TLS protocol on the HTTP instance that creates TLS child.
Signed-off-by: Abner Chang
Cc: Saloni Kasbekar
Cc: Zachary Clark-williams
Cc: Michael Brown
Cc: Nickle Wang
Cc: Igor Kulchytskyy
---
Netw
From: abnchang
Consume HttpsTlsConfigDataProtocol protocol installed
on the HTTP protocol handle to override the default TLS
configuration data.
Signed-off-by: Abner Chang
Cc: Saloni Kasbekar
Cc: Zachary Clark-williams
Cc: Michael Brown
Cc: Nickle Wang
Cc: Igor Kulchytskyy
---
NetworkPkg/
From: abnchang
Produce EdkiiHttpsTlsConfigData protocol to provide Redfish
REST EX TLS configuration data.
Signed-off-by: Abner Chang
Cc: Saloni Kasbekar
Cc: Zachary Clark-williams
Cc: Michael Brown
Cc: Nickle Wang
Cc: Igor Kulchytskyy
---
RedfishPkg/RedfishPkg.dec |
From: Abner Chang
Update the Supported function to check if the given
controller handle is already started.
Signed-off-by: Abner Chang
Cc: Nickle Wang
Cc: Igor Kulchytskyy
---
RedfishPkg/RedfishRestExDxe/RedfishRestExDriver.c | 15 +++
1 file changed, 15 insertions(+)
diff --git
[AMD Official Use Only - General]
I am going to withdraw this patch set and replaced by
https://edk2.groups.io/g/devel/message/113004.
Thanks
Abner
> -Original Message-
> From: Chang, Abner
> Sent: Friday, December 29, 2023 11:08 PM
> To: Michael Brown ; devel@edk2.groups.io
> Cc: Salon
I have recently detected a problem in EDK2. After I enable TPM and try to boot
with ubuntu, the system starts a cold reset. Due to this problem I can't boot
with ubuntu when TPM is enabled. I don't know if this problem is only in my
system or if it is a general problem in EDK2.
Is there any sol