]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
strongswan: Build sha3 plugin
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 31 Mar 2020 09:49:04 +0000 (09:49 +0000)
committerArne Fitzenreiter <arne_f@ipfire.org>
Wed, 1 Apr 2020 14:40:39 +0000 (14:40 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
config/rootfiles/common/strongswan
lfs/strongswan

index d337ef506d68efae50f5f5484f81303408201f56..ff363f08cad61316791d207195c0512116ebbb4b 100644 (file)
@@ -57,6 +57,7 @@ etc/strongswan.d/charon/resolve.conf
 etc/strongswan.d/charon/revocation.conf
 etc/strongswan.d/charon/sha1.conf
 etc/strongswan.d/charon/sha2.conf
+etc/strongswan.d/charon/sha3.conf
 etc/strongswan.d/charon/socket-default.conf
 etc/strongswan.d/charon/sshkey.conf
 etc/strongswan.d/charon/stroke.conf
@@ -153,6 +154,7 @@ usr/lib/ipsec/plugins/libstrongswan-resolve.so
 usr/lib/ipsec/plugins/libstrongswan-revocation.so
 usr/lib/ipsec/plugins/libstrongswan-sha1.so
 usr/lib/ipsec/plugins/libstrongswan-sha2.so
+usr/lib/ipsec/plugins/libstrongswan-sha3.so
 usr/lib/ipsec/plugins/libstrongswan-socket-default.so
 usr/lib/ipsec/plugins/libstrongswan-sshkey.so
 usr/lib/ipsec/plugins/libstrongswan-stroke.so
@@ -240,6 +242,7 @@ usr/sbin/swanctl
 #usr/share/strongswan/templates/config/plugins/revocation.conf
 #usr/share/strongswan/templates/config/plugins/sha1.conf
 #usr/share/strongswan/templates/config/plugins/sha2.conf
+#usr/share/strongswan/templates/config/plugins/sha3.conf
 #usr/share/strongswan/templates/config/plugins/socket-default.conf
 #usr/share/strongswan/templates/config/plugins/sshkey.conf
 #usr/share/strongswan/templates/config/plugins/stroke.conf
index f47084b4164b3c3a321776822b30fa17637877a9..3be90db9a1e7d1dac4a872ea8bdbe0f5743e56f8 100644 (file)
@@ -95,6 +95,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
                --enable-eap-mschapv2 \
                --enable-eap-identity \
                --enable-chapoly \
+               --enable-sha3 \
                --disable-padlock \
                --disable-rc2 \
                $(CONFIGURE_OPTIONS)