Actions
Bug #5882
closedipsec: strongswan: investigate vici interface
Start date:
01/29/2023
Due date:
% Done:
0%
Description
Strongswan is supporting the VICI interface. "Versatile IKE Control Interface (VICI)."
Investigate if this protocol can be already used as part of the authentication control interface for the ePDG.
Updated by lynxis about 2 months ago
- Status changed from New to In Progress
VICI supports events, event registration and command request/response.
However it seems only limited to the well specified commands.
Further it limits command request/response to clients command request and server to command response.
The osmo-ePDG would need the other way.
VICI is also defining a tree like structure. You could transform it into json.
https://github.com/strongswan/strongswan/blob/master/src/libcharon/plugins/vici/README.md
Actions