summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Seongsik Kim [Mon, 28 Sep 2020 08:45:43 +0000 (17:45 +0900)]
[APR-5544]libcharon: Check if the interface is available after terminate IKE SA
[Jira] NEUS7920-26406
[Problem] Even though there is no interface, a message is sent to the
server after IKE SA terminate.
[Cause] Send without checking if the interface is available.
[Solution] Check if the interface is available.
Change-Id: I5b4b9b7ae64bed4ce7f3bb091df40ad05da82ad4
Signed-off-by: Seongsik Kim <sz.kim@samsung.com>
Denis Vinogradov [Thu, 3 Sep 2020 08:49:49 +0000 (17:49 +0900)]
[APR-5172]add vendor specific notifies processing
[Issue] SOC-101097
[Problem/Cause] vendor specific notifies not supported.
[Solution] support to add vendor specific notifies processing.
Change-Id: I9a2eff352dd9ce6c15d5db4310221ab605f9516d
Signed-off-by: Denis Vinogradov <denis.vinogradov@samsung.com>
Denis Vinogradov [Fri, 4 Sep 2020 04:21:33 +0000 (13:21 +0900)]
use count instead of length for request list
Change-Id: If9cd48244a91a36c38b2f1e4ad88cad37a4962d3
Signed-off-by: Denis Vinogradov <denis.vinogradov@samsung.com>
Denis Vinogradov [Mon, 31 Aug 2020 05:01:58 +0000 (14:01 +0900)]
add TIMEOUT_PERIOD_FOR_LIVENESS_CHECK attribute support
Change-Id: I45856760eb2f84317b8b95b65f11b4e98e7b35f3
Signed-off-by: Denis Vinogradov <denis.vinogradov@samsung.com>
Denis Vinogradov [Wed, 26 Aug 2020 06:01:57 +0000 (15:01 +0900)]
add configurable vendor attributes and notifies lists
Request and response
Change-Id: Ibdab0e2bf9a22fc427c64c7cbf9b66bf85cc84a5
Signed-off-by: Denis Vinogradov <denis.vinogradov@samsung.com>
Seongsik Kim [Wed, 19 Aug 2020 05:46:31 +0000 (14:46 +0900)]
Hide the orGin session key value.
[Problem]: There is a security risk due to the oriGinal
session key code displayed through the debug message.
[Solution]: Encrypted the oriGinal session key by using a public key.
Change-Id: I2ff5557fa751bf5b5c067a57f45a87759a599390
Signed-off-by: Seongsik Kim <sz.kim@samsung.com>
Denis Vinogradov [Tue, 25 Aug 2020 04:42:12 +0000 (13:42 +0900)]
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>
Denis Vinogradov [Thu, 16 Jul 2020 01:34:24 +0000 (10:34 +0900)]
add SET_INTERFACE command to stroke
Change-Id: Ie3b34f88a4c4ed38a4a4ec139047cb60e0cfa5f5
Signed-off-by: Denis Vinogradov <denis.vinogradov@samsung.com>
Denis Vinogradov [Thu, 13 Aug 2020 04:26:44 +0000 (13:26 +0900)]
disable installing routes with add policy
Problem: incorrect route created, it may cause
routing failure for outgoing packets
Change-Id: I2c63314e1863bd2039bdcadb95e151e3076055c1
Signed-off-by: Denis Vinogradov <denis.vinogradov@samsung.com>
Denis Vinogradov [Mon, 29 Jun 2020 03:36:52 +0000 (12:36 +0900)]
configurable retransmit tries added
Change-Id: I2ed22b327b699a821daee00cd082ffe4cfb7c7d5
Signed-off-by: Denis Vinogradov <denis.vinogradov@samsung.com>
Denis Vinogradov [Mon, 8 Jun 2020 03:11:35 +0000 (12:11 +0900)]
remove direct modification of identity, use value from service
For RFC822_ADDR MAC address could be used in IKE_SA identity,
EAP indentity should exclude MAC. Remove modification to change
indentity in code, use eap_identity field in add_conn.
Change-Id: I1f3197583dccf5208ca7e13c4210a6b45de18044
Signed-off-by: Denis Vinogradov <denis.vinogradov@samsung.com>
Seungah Lim [Fri, 26 Jun 2020 07:53:01 +0000 (16:53 +0900)]
Initial changes for strongswan to support IWLAN features
Change-Id: I7c1a181ef6a60427e3c683a3b16063965b6e78d6
Signed-off-by: Seungah Lim <sss.lim@samsung.com>
Sundong Ahn [Fri, 5 Jun 2020 02:25:58 +0000 (11:25 +0900)]
Initial empty repository