From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH] IPsec: Enable ECP-521/384 by default for new connections Date: Thu, 11 Aug 2022 16:11:05 +0000 Message-ID: <20220811161105.1481864-1-michael.tremer@ipfire.org> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7166843960207504644==" List-Id: --===============7166843960207504644== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable https://lists.ipfire.org/pipermail/development/2022-August/014129.html Signed-off-by: Michael Tremer --- html/cgi-bin/vpnmain.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/cgi-bin/vpnmain.cgi b/html/cgi-bin/vpnmain.cgi index 3652627e9..5f5e9833c 100644 --- a/html/cgi-bin/vpnmain.cgi +++ b/html/cgi-bin/vpnmain.cgi @@ -2360,11 +2360,11 @@ END #use default advanced value $cgiparams{'IKE_ENCRYPTION'} =3D 'chacha20poly1305|aes256gcm128|aes256gcm96= |aes256gcm64|aes256|aes192gcm128|aes192gcm96|aes192gcm64|aes192|aes128gcm128|= aes128gcm96|aes128gcm64|aes128'; #[18]; $cgiparams{'IKE_INTEGRITY'} =3D 'sha2_512|sha2_256'; #[19]; - $cgiparams{'IKE_GROUPTYPE'} =3D 'curve448|curve25519|4096|3072|= 2048'; #[20]; + $cgiparams{'IKE_GROUPTYPE'} =3D 'curve448|curve25519|e521|e384|= 4096|3072|2048'; #[20]; $cgiparams{'IKE_LIFETIME'} =3D '3'; #[16]; $cgiparams{'ESP_ENCRYPTION'} =3D 'chacha20poly1305|aes256gcm128|aes256gcm96= |aes256gcm64|aes256|aes192gcm128|aes192gcm96|aes192gcm64|aes192|aes128gcm128|= aes128gcm96|aes128gcm64|aes128'; #[21]; $cgiparams{'ESP_INTEGRITY'} =3D 'sha2_512|sha2_256'; #[22]; - $cgiparams{'ESP_GROUPTYPE'} =3D 'curve448|curve25519|4096|3072|= 2048'; #[23]; + $cgiparams{'ESP_GROUPTYPE'} =3D 'curve448|curve25519|e521|e384|= 4096|3072|2048'; #[23]; $cgiparams{'ESP_KEYLIFE'} =3D '1'; #[17]; $cgiparams{'COMPRESSION'} =3D 'off'; #[13]; $cgiparams{'ONLY_PROPOSED'} =3D 'on'; #[24]; --=20 2.30.2 --===============7166843960207504644==--