Issue #2316
Regarding testing with Stongswan client 5.5.2
Description
We are trying to use strongswan client for establishing connection towards our epdg .
Currently request is failing at EAP AKA authentication phase .
Our HSS is using milenage algoritham and we have to set ki and OP/OPc value in the IPsec client .
Is there any option to simulate ki and OP values from strongswan client ?
Thanks in advance .
Jos
Related issues
History
#1 Updated by Tobias Brunner over 8 years ago
- Description updated (diff)
- Status changed from New to Feedback
- Priority changed from High to Normal
I can refer you to a message by Martin regarding 4.3.6 that still applies. Also found this message, apparently someone wrote a plugin a few years ago.
#2 Updated by jos george over 8 years ago
Hi Tobias,
Thanks for the reply
I have tried the plugin that dragos had shared .But failed to compile the same .
Is there any alternative for me test this functionality ?
Kindly suggest
Regards
Jos
#3 Updated by Tobias Brunner over 8 years ago
I have tried the plugin that dragos had shared .But failed to compile the same .
So fix the compile issues.
Is there any alternative for me test this functionality ?
No.
#4 Updated by jos george over 8 years ago
Hi Tobias,
For EAP-AKA authentication, Can we use EAP-SIM PCSC plugin using a smart card reader with LTE SIM .
So in LTE SIM we will feed with Ki and OPc values.
Also is there any testcase examples using the EAP-SIM PCSC plugin.
Regards
Jos
#5 Updated by Tobias Brunner over 8 years ago
For EAP-AKA authentication, Can we use EAP-SIM PCSC plugin using a smart card reader with LTE SIM .
No, the eap-sim-pcsc plugin currently does not implement get_quintuplet
of simaka_card_t
, which is required for EAP-AKA (it only implements get_triplet
for EAP-SIM). But you could maybe extend it, just have a look at the existing implementation.
Also is there any testcase examples using the EAP-SIM PCSC plugin.
No, at least not from us.
#6 Updated by Tobias Brunner over 8 years ago
- Related to Feature #2326: Add eap-aka-3gpp plugin providing 3GPP MILENAGE software implementation added
#7 Updated by Tobias Brunner over 7 years ago
- Status changed from Feedback to Closed
- Resolution set to No change required