public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [Patch 0/3] Support HTTP large data request via TLS channel.
@ 2018-03-20  0:36 Jiaxin Wu
  2018-03-20  0:36 ` [Patch 1/3] MdePkg/Tls1.h: Add TLS record header length and max payload length Jiaxin Wu
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Jiaxin Wu @ 2018-03-20  0:36 UTC (permalink / raw)
  To: edk2-devel; +Cc: Karunakar P, Fu Siyuan, Ye Ting

Cc: Karunakar P <karunakarp@amiindia.co.in>
Cc: Fu Siyuan <siyuan.fu@intel.com>
Cc: Ye Ting <ting.ye@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jiaxin Wu <jiaxin.wu@intel.com>

Jiaxin Wu (3):
  MdePkg/Tls1.h: Add TLS record header length and max payload length.
  NetworkPkg/TlsDxe: Handle the multiple TLS record messages
    encryption/decryption.
  NetworkPkg/HttpDxe: Handle the large data request via HTTPS channel.

 MdePkg/Include/IndustryStandard/Tls1.h |  16 ++++-
 NetworkPkg/HttpDxe/HttpProto.c         | 121 ++++++++++++++++++++++++---------
 NetworkPkg/HttpDxe/HttpsSupport.c      |  17 ++++-
 NetworkPkg/HttpDxe/HttpsSupport.h      |  12 +++-
 NetworkPkg/TlsDxe/TlsImpl.c            |  74 +++++++++++++-------
 NetworkPkg/TlsDxe/TlsImpl.h            |   6 +-
 6 files changed, 178 insertions(+), 68 deletions(-)

-- 
2.16.2.windows.1



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-03-21  1:17 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-20  0:36 [Patch 0/3] Support HTTP large data request via TLS channel Jiaxin Wu
2018-03-20  0:36 ` [Patch 1/3] MdePkg/Tls1.h: Add TLS record header length and max payload length Jiaxin Wu
2018-03-20  7:07   ` Karunakar P
2018-03-20  0:36 ` [Patch 2/3] NetworkPkg/TlsDxe: Handle the multiple TLS record messages encryption/decryption Jiaxin Wu
2018-03-20  7:08   ` Karunakar P
2018-03-20  0:36 ` [Patch 3/3] NetworkPkg/HttpDxe: Handle the large data request via HTTPS channel Jiaxin Wu
2018-03-20  7:08   ` Karunakar P
2018-03-21  1:23 ` [Patch 0/3] Support HTTP large data request via TLS channel Fu, Siyuan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox