provide IKE_SA name as parameter to authenticator
authorDenis Vinogradov <denis.vinogradov@samsung.com>
Tue, 25 Aug 2020 04:42:12 +0000 (13:42 +0900)
committerYoojung Heo <yoojung.heo@samsung.com>
Fri, 28 Aug 2020 09:11:33 +0000 (18:11 +0900)
commite10ef206692eca42240aa495fa0ede90b7c99240
tree0dca3ad4885e99f1f480ba6eff892f5d4517e320
parent02bda770bdb5218cc6ae43cada7574fd49eef761
provide IKE_SA name as parameter to authenticator

  [JIRA]: NEUS7920-25337
  [Problem]: Could not create connection for SIM1
  [Issue]: SIM1 and SIM2 authentication stated same time
and last incoming request overwrite previous
authenticator saved connection name. Both requests
were sent to SIM2, and error received from SIM for
SIM1 challenge request.
  [Solution]: Remove authenticator pluGin name, add IKE_SA
name as parameter to request

Change-Id: I68531d629ad5a7b6b81984a195efea77fff38e37
Signed-off-by: Denis Vinogradov <denis.vinogradov@samsung.com>
src/libcharon/plugins/eap_aka/eap_aka_peer.c
src/libcharon/plugins/eap_aka_3gpp_simril/eap_aka_3gpp_simril_card.c
src/libcharon/sa/eap/eap_method.h
src/libcharon/sa/ikev2/authenticators/eap_authenticator.c
src/libsimaka/simaka_card.h
src/libsimaka/simaka_manager.c