]> git.proxmox.com Git - mirror_edk2.git/commit
NetworkPkg/TlsDxe: Fix failure to process multiple TLS records.
authorJiaxin Wu <Jiaxin.wu@intel.com>
Tue, 30 Oct 2018 03:30:08 +0000 (11:30 +0800)
committerJiaxin Wu <Jiaxin.wu@intel.com>
Thu, 1 Nov 2018 01:37:41 +0000 (09:37 +0800)
commitfd950156738ce878c0ba29af99da2ffcac5168e1
treec40830d5ee5567f33eb627b0214c1b9c3ee55708
parentc41da21704e1b43fbe3de3c04cf5e6abf8614993
NetworkPkg/TlsDxe: Fix failure to process multiple TLS records.

Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=1290.

Current implementation failed to parse the multiple TLS record
messages due to the incorrect pointer of TLS record header. This
patch is to resolve that problem.

Cc: Ye Ting <ting.ye@intel.com>
Cc: Fu Siyuan <siyuan.fu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Wu Jiaxin <jiaxin.wu@intel.com>
Reviewed-by: Fu Siyuan <siyuan.fu@intel.com>
NetworkPkg/TlsDxe/TlsImpl.c