Re: [edk2-devel] [PATCH] NetworkPkg/HttpBootDxe: Add Support for HTTP Boot Basic Authentication

2022-07-05 Thread Saloni Kasbekar
Thanks Maciej. I've sent out a patch v2 which fixes the memory leak. -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#91070): https://edk2.groups.io/g/devel/message/91070 Mute This Topic: https://groups.io/mt/91829185/21656 Group Owner: dev

Re: [edk2-devel] [PATCH] NetworkPkg/HttpBootDxe: Add Support for HTTP Boot Basic Authentication

2022-07-01 Thread Maciej Rabeda
Hi Saloni, One remark. Scenario flow: 1. First HttpBootLoadFile() call. 2. HttpBootGetBootFile() is called for the first time. Authorization header is not added. 3. HTTP server requires the authorization header, so it responds with 401 status. 4. HttpBootCallback is called so that user can

[edk2-devel] [PATCH] NetworkPkg/HttpBootDxe: Add Support for HTTP Boot Basic Authentication

2022-06-17 Thread Saloni Kasbekar
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=2504 Add support for TLS Client Authentication using Basic Authentication for HTTP Boot Cc: Maciej Rabeda Cc: Wu Jiaxin Cc: Siyuan Fu Signed-off-by: Saloni Kasbekar --- MdePkg/Include/IndustryStandard/Http11.h | 8 +++ MdePkg/Include/Prot