From: Stijn Tintel Date: Tue, 30 May 2017 13:12:08 +0000 (+0200) Subject: strongswan: add curve25519 plugin X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=a7007291580d60845e9fac4475572c31cab78848;p=feed%2Fpackages.git strongswan: add curve25519 plugin Signed-off-by: Stijn Tintel (cherry picked from commit a268689adca731fe9c500ddf43ba41b5a502a593) --- diff --git a/net/strongswan/Makefile b/net/strongswan/Makefile index 91a08bed2f..d8b5fa5534 100644 --- a/net/strongswan/Makefile +++ b/net/strongswan/Makefile @@ -32,6 +32,7 @@ PKG_MOD_AVAILABLE:= \ coupling \ ctr \ curl \ + cureve25519 \ des \ dhcp \ dnskey \ @@ -150,6 +151,7 @@ $(call Package/strongswan/Default) +strongswan-mod-coupling \ +strongswan-mod-ctr \ +strongswan-mod-curl \ + +strongswan-mod-curve25519 \ +strongswan-mod-des \ +strongswan-mod-dhcp \ +strongswan-mod-dnskey \ @@ -517,6 +519,7 @@ $(eval $(call BuildPlugin,constraints,advanced X509 constraint checking,)) $(eval $(call BuildPlugin,coupling,IKEv2 plugin to couple peer certificates permanently to authentication,)) $(eval $(call BuildPlugin,ctr,Counter Mode wrapper crypto,)) $(eval $(call BuildPlugin,curl,cURL fetcher plugin,+PACKAGE_strongswan-mod-curl:libcurl)) +$(eval $(call BuildPlugin,curve25519,Curve25519 Diffie-Hellman,)) $(eval $(call BuildPlugin,des,DES crypto,)) $(eval $(call BuildPlugin,dhcp,DHCP based attribute provider,)) $(eval $(call BuildPlugin,dnskey,DNS RR key decoding,))