[edk2] [Patch 0/3] Support HTTP large data request via TLS channel.

Jiaxin Wu posted 3 patches 6 years, 1 month ago
Failed in applying to current master (apply log)
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(-)
[edk2] [Patch 0/3] Support HTTP large data request via TLS channel.
Posted by Jiaxin Wu 6 years, 1 month ago
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

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Re: [edk2] [Patch 0/3] Support HTTP large data request via TLS channel.
Posted by Fu, Siyuan 6 years, 1 month ago

Serials Reviewed-by: Fu Siyuan <siyuan.fu@intel.com>



> -----Original Message-----
> From: Wu, Jiaxin
> Sent: Tuesday, March 20, 2018 8:37 AM
> To: edk2-devel@lists.01.org
> Cc: Karunakar P <karunakarp@amiindia.co.in>; Fu, Siyuan
> <siyuan.fu@intel.com>; Ye, Ting <ting.ye@intel.com>
> Subject: [Patch 0/3] Support HTTP large data request via TLS channel.
> 
> 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

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel