]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
update cryptography settings in StrongSwan LFS file
authorPeter Müller <peter.mueller@link38.eu>
Sat, 30 Jun 2018 15:15:22 +0000 (17:15 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 1 Jul 2018 12:34:32 +0000 (13:34 +0100)
The RC2 plugin was never supported by the WebUI and is insecure,
so it became obsolete here. To support new ChaCha20/Poly1305, the
corresponding module needs to be enabled.

Signed-off-by: Peter Müller <peter.mueller@link38.eu>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/strongswan

index 042dac5303cf1650fee98924555cc9824d6ebdc2..102c24724232d10d99c2beb76ade4a8fd2828db3 100644 (file)
@@ -92,8 +92,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
                --enable-eap-peap \
                --enable-eap-mschapv2 \
                --enable-eap-identity \
+               --enable-chapoly \
                --disable-padlock \
-               --disable-chapoly \
+               --disable-rc2 \
                $(CONFIGURE_OPTIONS)
 
        cd $(DIR_APP) && make $(MAKETUNING)