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 FilePath

Saloni Kasbekar (3):
  MdePkg/Include: Add the EndPoint Server's URL in HTTP Request Data
  MdeModulePkg/Library: Add support for multi-URI device path
  NetworkPkg/HttpBootDxe: Add Support for HTTPS Proxy Server for HTTP
    Boot

 .../Library/UefiBootManagerLib/BmBoot.c       |  28 ++
 .../UefiBootManagerLib/BmBootDescription.c    |   4 +-
 MdePkg/Include/Protocol/Http.h                |   5 +
 NetworkPkg/HttpBootDxe/HttpBootClient.c       | 211 +++++++++++++-
 NetworkPkg/HttpBootDxe/HttpBootClient.h       |  15 +
 NetworkPkg/HttpBootDxe/HttpBootDxe.h          |   6 +
 NetworkPkg/HttpBootDxe/HttpBootImpl.c         | 262 +++++++++++++-----
 NetworkPkg/HttpBootDxe/HttpBootImpl.h         |   8 +
 NetworkPkg/HttpBootDxe/HttpBootSupport.c      |  24 +-
 NetworkPkg/HttpBootDxe/HttpBootSupport.h      |   8 +-
 NetworkPkg/HttpDxe/HttpDriver.h               |   2 +
 NetworkPkg/HttpDxe/HttpDxe.inf                |   1 +
 NetworkPkg/HttpDxe/HttpImpl.c                 | 139 ++++++++--
 NetworkPkg/HttpDxe/HttpProto.c                |  41 ++-
 NetworkPkg/HttpDxe/HttpProto.h                |  14 +-
 NetworkPkg/HttpDxe/HttpsSupport.c             |  14 +-
 NetworkPkg/Library/DxeHttpLib/DxeHttpLib.c    |   5 +
 17 files changed, 677 insertions(+), 110 deletions(-)

-- 
2.36.1.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#94089): https://edk2.groups.io/g/devel/message/94089
Mute This Topic: https://groups.io/mt/93837207/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to