audk/NetworkPkg/IpSecDxe/Ikev2
Jiaxin Wu 95aea2fac9 NetworkPkg/IpSecDxe: Fix issue to parse SA Payload.
Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=1251

*v2: Correct the type of parameters in Ikev2ParseProposalData(), and refined
the corresponding description.

IpSecDxe failed to create the Child SA during parsing SA Payload, the issue
was caused by the below commit:

SHA-1: 1e0db7b119
* MdeModulePkg/NetworkPkg: Checking for NULL pointer before use.

In above commit, it changed the value of IsMatch in Ikev2ChildSaParseSaPayload()
to FALSE. That's correct but it exposed the potential bug in to match the correct
proposal Data, which will cause the issue happen.

Cc: Fu Siyuan <siyuan.fu@intel.com>
Cc: Ye Ting <ting.ye@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Wu Jiaxin <jiaxin.wu@intel.com>
Reviewed-by: Ye Ting <ting.ye@intel.com>
2018-10-22 09:04:57 +08:00
..
ChildSa.c NetworkPkg: Clean up source files 2018-06-28 11:19:49 +08:00
Exchange.c NetworkPkg: Clean up source files 2018-06-28 11:19:49 +08:00
Ikev2.h NetworkPkg: Clean up source files 2018-06-28 11:19:49 +08:00
Info.c NetworkPkg: Clean up source files 2018-06-28 11:19:49 +08:00
Payload.c NetworkPkg: IpSecDxe: Remove the redundant code. 2018-08-23 16:30:46 +08:00
Payload.h NetworkPkg: Clean up source files 2018-06-28 11:19:49 +08:00
Sa.c NetworkPkg: Clean up source files 2018-06-28 11:19:49 +08:00
Utility.c NetworkPkg/IpSecDxe: Fix issue to parse SA Payload. 2018-10-22 09:04:57 +08:00
Utility.h NetworkPkg: IpSecDxe: Remove the redundant code. 2018-08-23 16:30:46 +08:00