strongswan: add curve25519 plugin
authorStijn Tintel <stijn@linux-ipv6.be>
Tue, 30 May 2017 13:12:08 +0000 (15:12 +0200)
committerStijn Tintel <stijn@linux-ipv6.be>
Tue, 30 May 2017 13:14:13 +0000 (15:14 +0200)
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
net/strongswan/Makefile

index 91a08bed2f71580711ec33bbf7869ac1c66c63d0..d8b5fa55345bba943996dc073487ffcd8fec061d 100644 (file)
@@ -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,))