From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH] vpnmain.cgi: Select Curve 25519 as default Date: Wed, 23 Feb 2022 15:52:38 +0000 Message-ID: <748fa0f8-45d0-8022-a75a-f13e90f08197@ipfire.org> In-Reply-To: <20220223101641.1272786-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5132326384122125718==" List-Id: --===============5132326384122125718== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > This was supposed to be enabled by default. Due to a copy-and-paste > error, it was, however, not selected for IKE, but only for ESP. >=20 > Signed-off-by: Michael Tremer > --- > html/cgi-bin/vpnmain.cgi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/html/cgi-bin/vpnmain.cgi b/html/cgi-bin/vpnmain.cgi > index fb0af104f..3652627e9 100644 > --- a/html/cgi-bin/vpnmain.cgi > +++ b/html/cgi-bin/vpnmain.cgi > @@ -2360,7 +2360,7 @@ END > #use default advanced value > $cgiparams{'IKE_ENCRYPTION'} =3D 'chacha20poly1305|aes256gcm128|aes256gcm= 96|aes256gcm64|aes256|aes192gcm128|aes192gcm96|aes192gcm64|aes192|aes128gcm12= 8|aes128gcm96|aes128gcm64|aes128'; #[18]; > $cgiparams{'IKE_INTEGRITY'} =3D 'sha2_512|sha2_256'; #[19]; > - $cgiparams{'IKE_GROUPTYPE'} =3D 'curve448|curve448|4096|3072|= 2048'; #[20]; > + $cgiparams{'IKE_GROUPTYPE'} =3D 'curve448|curve25519|4096|307= 2|2048'; #[20]; > $cgiparams{'IKE_LIFETIME'} =3D '3'; #[16]; > $cgiparams{'ESP_ENCRYPTION'} =3D 'chacha20poly1305|aes256gcm128|aes256gcm= 96|aes256gcm64|aes256|aes192gcm128|aes192gcm96|aes192gcm64|aes192|aes128gcm12= 8|aes128gcm96|aes128gcm64|aes128'; #[21]; > $cgiparams{'ESP_INTEGRITY'} =3D 'sha2_512|sha2_256'; #[22]; --===============5132326384122125718==--