public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Saloni Kasbekar" <saloni.kasbekar@intel.com>
To: devel@edk2.groups.io
Cc: Saloni Kasbekar <saloni.kasbekar@intel.com>
Subject: [[edk2-staging/HttpProxy] 0/3] Support HTTPS Proxy Server for HTTP Boot
Date: Wed, 21 Sep 2022 14:51:48 -0700	[thread overview]
Message-ID: <cover.1663795390.git.saloni.kasbekar@intel.com> (raw)

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


             reply	other threads:[~2022-09-21 21:52 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-21 21:51 Saloni Kasbekar [this message]
2022-09-21 21:51 ` [[edk2-staging/HttpProxy] 1/3] MdePkg/Include: Add the EndPoint Server's URL in HTTP Request Data Saloni Kasbekar
2022-09-21 21:51 ` [[edk2-staging/HttpProxy] 2/3] MdeModulePkg/Library: Add support for multi-URI device path Saloni Kasbekar
2022-09-21 21:51 ` [[edk2-staging/HttpProxy] 3/3] NetworkPkg/HttpBootDxe: Add Support for HTTPS Proxy Server for HTTP Boot Saloni Kasbekar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1663795390.git.saloni.kasbekar@intel.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox