commit 7d5d0294bbb5bf794e52b2cfd9c2d5c2d40513eb
parent 414267681a1fa00a6a47283d158ec070fde2cc13
Author: Steven Barth <steven@midlink.org>
Date: Tue, 21 Jul 2015 09:45:53 +0200
Merge pull request #1598 from alebsack/issue-1580
strongswan: Added strongswan-mod-eap-tls
Diffstat:
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/net/strongswan/Makefile b/net/strongswan/Makefile
@@ -39,6 +39,7 @@ PKG_MOD_AVAILABLE:= \
eap-md5 \
eap-mschapv2 \
eap-radius \
+ eap-tls \
farp \
fips-prf \
gcm \
@@ -149,6 +150,7 @@ $(call Package/strongswan/Default)
+strongswan-mod-eap-md5 \
+strongswan-mod-eap-mschapv2 \
+strongswan-mod-eap-radius \
+ +strongswan-mod-eap-tls \
+strongswan-mod-farp \
+strongswan-mod-fips-prf \
+strongswan-mod-gcm \
@@ -336,7 +338,7 @@ define Package/strongswan/install
$(INSTALL_DIR) $(1)/etc
$(CP) $(PKG_INSTALL_DIR)/etc/strongswan.conf $(1)/etc/
$(INSTALL_DIR) $(1)/usr/lib/ipsec
- $(CP) $(PKG_INSTALL_DIR)/usr/lib/ipsec/{libstrongswan.so.*,libhydra.so.*} $(1)/usr/lib/ipsec/
+ $(CP) $(PKG_INSTALL_DIR)/usr/lib/ipsec/{libtls.so.*,libstrongswan.so.*,libhydra.so.*} $(1)/usr/lib/ipsec/
$(INSTALL_CONF) ./files/ipsec.secrets $(1)/etc/
$(INSTALL_DIR) $(1)/etc/init.d
$(INSTALL_BIN) ./files/ipsec.init $(1)/etc/init.d/ipsec
@@ -449,6 +451,7 @@ $(eval $(call BuildPlugin,eap-identity,EAP identity helper,))
$(eval $(call BuildPlugin,eap-md5,EAP MD5 (CHAP) EAP auth,))
$(eval $(call BuildPlugin,eap-mschapv2,EAP MS-CHAPv2 EAP auth,+strongswan-mod-md4 +strongswan-mod-des))
$(eval $(call BuildPlugin,eap-radius,EAP RADIUS auth,))
+$(eval $(call BuildPlugin,eap-tls,EAP TLS auth,))
$(eval $(call BuildPlugin,farp,fake arp respsonses,))
$(eval $(call BuildPlugin,fips-prf,FIPS PRF crypto,+strongswan-mod-sha1))
$(eval $(call BuildPlugin,gcm,GCM AEAD wrapper crypto,))