From: Adam Lebsack Date: Wed, 15 Jul 2015 14:33:07 +0000 (+0200) Subject: strongswan: Added strongswan-mod-eap-tls X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=1deb958e370907da5c6eaee010e0e0a580bcc235;p=feed%2Fpackages.git strongswan: Added strongswan-mod-eap-tls Signed-off-by: Adam Lebsack --- diff --git a/net/strongswan/Makefile b/net/strongswan/Makefile index 840b02e11c..a1df8afb69 100644 --- 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,))