From 821fd249957999f796de8618ab10619396566233 Mon Sep 17 00:00:00 2001 From: Derek Yerger Date: Thu, 8 Apr 2021 12:06:48 -0500 Subject: [PATCH] strongswan: add wolfssl plugin Signed-off-by: Derek Yerger Signed-off-by: Joel Low (cherry picked from commit 51203cae248dd9a32d79ba833d612c68fe8875c2) --- net/strongswan/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net/strongswan/Makefile b/net/strongswan/Makefile index d80e2b1b7..78e401b6f 100644 --- a/net/strongswan/Makefile +++ b/net/strongswan/Makefile @@ -95,6 +95,7 @@ PKG_MOD_AVAILABLE:= \ updown \ vici \ whitelist \ + wolfssl \ x509 \ xauth-eap \ xauth-generic \ @@ -223,6 +224,7 @@ $(call Package/strongswan/Default) +strongswan-mod-updown \ +strongswan-mod-vici \ +strongswan-mod-whitelist \ + +strongswan-mod-wolfssl \ +strongswan-mod-x509 \ +strongswan-mod-xauth-eap \ +strongswan-mod-xauth-generic \ @@ -735,6 +737,7 @@ $(eval $(call BuildPlugin,unity,Cisco Unity extension,)) $(eval $(call BuildPlugin,updown,updown firewall,+iptables-legacy +iptables-mod-ipsec +kmod-ipt-ipsec)) $(eval $(call BuildPlugin,vici,Versatile IKE Configuration Interface,)) $(eval $(call BuildPlugin,whitelist,peer identity whitelisting,)) +$(eval $(call BuildPlugin,wolfssl,WolfSSL crypto,+PACKAGE_strongswan-mod-wolfssl:libwolfssl)) $(eval $(call BuildPlugin,x509,x509 certificate,)) $(eval $(call BuildPlugin,xauth-eap,EAP XAuth backend,)) $(eval $(call BuildPlugin,xauth-generic,generic XAuth backend,))