Re: [edk2-devel] [PATCH 1/5] NetwokrPkg/HttpDxe: Refactor TlsCreateChild

2024-01-08 Thread Chang, Abner via groups.io
January 7, 2024 8:08 PM > To: devel@edk2.groups.io; saloni.kasbe...@intel.com; mc...@ipxe.org > Cc: Clark-williams, Zachary ; Nickle Wang > ; Igor Kulchytskyy > Subject: RE: [edk2-devel] [PATCH 1/5] NetwokrPkg/HttpDxe: Refactor > TlsCreateChild > > Hi Saloni, > We still cre

Re: [edk2-devel] [PATCH 1/5] NetwokrPkg/HttpDxe: Refactor TlsCreateChild

2024-01-07 Thread Chang, Abner via groups.io
> > Cc: Clark-williams, Zachary ; Nickle Wang > ; Igor Kulchytskyy > Subject: Re: [edk2-devel] [PATCH 1/5] NetwokrPkg/HttpDxe: Refactor > TlsCreateChild > > Caution: This message originated from an External Source. Use proper caution > when opening att

Re: [edk2-devel] [PATCH 1/5] NetwokrPkg/HttpDxe: Refactor TlsCreateChild

2024-01-05 Thread Saloni Kasbekar
Brown Sent: Friday, January 5, 2024 9:12 AM To: abner.ch...@amd.com; devel@edk2.groups.io Cc: Kasbekar, Saloni ; Clark-williams, Zachary ; Nickle Wang ; Igor Kulchytskyy Subject: Re: [edk2-devel] [PATCH 1/5] NetwokrPkg/HttpDxe: Refactor TlsCreateChild On 05/01/2024 08:37, abner.ch...@amd.com w

Re: [edk2-devel] [PATCH 1/5] NetwokrPkg/HttpDxe: Refactor TlsCreateChild

2024-01-05 Thread Michael Brown
On 05/01/2024 08:37, abner.ch...@amd.com wrote: From: Abner Chang - Use HTTP instance as the parameter for TlsCreateChild function. - Install TLS protocol on the HTTP instance thats create TLS child. Logic looks good to me, just some minor cosmetic comments. Commit title has "NetwokrPkg" typ

[edk2-devel] [PATCH 1/5] NetwokrPkg/HttpDxe: Refactor TlsCreateChild

2024-01-05 Thread Chang, Abner via groups.io
From: Abner Chang - Use HTTP instance as the parameter for TlsCreateChild function. - Install TLS protocol on the HTTP instance thats create TLS child. Signed-off-by: Abner Chang Cc: Saloni Kasbekar Cc: Zachary Clark-williams Cc: Michael Brown Cc: Nickle Wang Cc: Igor Kulchytskyy --- Netw