REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3951 REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4052
- Add CONNECT HTTP Method to create a tunnel through the Proxy Server - TLS adjustments to establish handshake with the Endpoint Server - Use multi-URI device path to support Proxy Server URI as a part of the Http Boot Device Path - Add Proxy URI field in the setup menu Saloni Kasbekar (7): MdeModulePkg/Library: Support multi-URI HTTP Boot device path MdePkg/Include: Add Proxy Server URL in EFI_HTTP_REQUEST_DATA NetworkPkg/HttpBootDxe: Update HTTP Boot Driver with parsed Proxy URL NetworkPkg: Add Proxy Support to HTTP_PROTOCOL NetworkPkg: Add support for HTTP CONNECT Method NetworkPkg/HttpDxe: Support HTTPS EndPoint server with Proxy NetworkPkg/HttpBootDxe: Add Proxy URI input in setup menu .../Library/UefiBootManagerLib/BmBoot.c | 28 ++ .../UefiBootManagerLib/BmBootDescription.c | 4 +- MdePkg/Include/Protocol/Http.h | 10 +- NetworkPkg/HttpBootDxe/HttpBootClient.c | 206 ++++++++++++++- NetworkPkg/HttpBootDxe/HttpBootClient.h | 15 ++ NetworkPkg/HttpBootDxe/HttpBootConfig.c | 99 +++++-- .../HttpBootDxe/HttpBootConfigNVDataStruc.h | 4 +- .../HttpBootDxe/HttpBootConfigStrings.uni | 2 + NetworkPkg/HttpBootDxe/HttpBootConfigVfr.vfr | 9 + NetworkPkg/HttpBootDxe/HttpBootDxe.h | 6 + NetworkPkg/HttpBootDxe/HttpBootImpl.c | 249 ++++++++++++------ NetworkPkg/HttpBootDxe/HttpBootImpl.h | 8 + NetworkPkg/HttpBootDxe/HttpBootSupport.c | 154 ++++++++--- NetworkPkg/HttpBootDxe/HttpBootSupport.h | 13 +- NetworkPkg/HttpDxe/HttpDriver.h | 2 + NetworkPkg/HttpDxe/HttpDxe.inf | 1 + NetworkPkg/HttpDxe/HttpImpl.c | 215 +++++++++++---- NetworkPkg/HttpDxe/HttpProto.c | 58 ++-- NetworkPkg/HttpDxe/HttpProto.h | 17 +- NetworkPkg/HttpDxe/HttpsSupport.c | 16 +- NetworkPkg/Library/DxeHttpLib/DxeHttpLib.c | 5 + 21 files changed, 893 insertions(+), 228 deletions(-) -- 2.36.1.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#96916): https://edk2.groups.io/g/devel/message/96916 Mute This Topic: https://groups.io/mt/95413290/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-