eap-aka-3gpp: Add plugin that implements 3GPP MILENAGE algorithm in software
This is similar to the eap-aka-3gpp2 plugin. K (optionally concatenated with OPc) may be configured as binary EAP secret in ipsec.secrets or swanctl.conf. Based on a patch by Thomas Strangert. Fixes #2326.
This commit is contained in:
@@ -163,6 +163,8 @@ LOCAL_SRC_FILES += $(call add_plugin, p-cscf)
|
||||
|
||||
LOCAL_SRC_FILES += $(call add_plugin, eap-aka)
|
||||
|
||||
LOCAL_SRC_FILES += $(call add_plugin, eap-aka-3gpp)
|
||||
|
||||
LOCAL_SRC_FILES += $(call add_plugin, eap-aka-3gpp2)
|
||||
ifneq ($(call plugin_enabled, eap-aka-3gpp2),)
|
||||
LOCAL_C_INCLUDES += $(libgmp_PATH)
|
||||
|
||||
Reference in New Issue
Block a user