Serials Reviewed-by: Fu Siyuan <[email protected]>
> -----Original Message----- > From: Wu, Jiaxin > Sent: Tuesday, March 20, 2018 8:37 AM > To: [email protected] > Cc: Karunakar P <[email protected]>; Fu, Siyuan > <[email protected]>; Ye, Ting <[email protected]> > Subject: [Patch 0/3] Support HTTP large data request via TLS channel. > > Cc: Karunakar P <[email protected]> > Cc: Fu Siyuan <[email protected]> > Cc: Ye Ting <[email protected]> > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Jiaxin Wu <[email protected]> > > 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 _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

