[AMD Official Use Only - General]
> -Original Message-
> From: Michael Brown
> Sent: Tuesday, January 2, 2024 6:10 AM
> To: Chang, Abner ; devel@edk2.groups.io
> Cc: Saloni Kasbekar ; Zachary Clark-williams
> ; Nickle Wang ; Igor
> Kulchytskyy
> Subject: Re: [PATCH 1/5] NetworkPkg/HttpDx
On 30/12/2023 11:29, abner.ch...@amd.com wrote:
+ @return EFI_SUCCESSTLS child handle is returned in
HttpInstance->TlsChildHandle
+ with opened EFI_TLS_PROTOCOL and
EFI_TLS_CONFIGURATION_PROTOCOL.
All looks good to me, but do we need to retain
HttpInsta
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