From: "Peter Müller" <peter.mueller@ipfire.org>
To: development@lists.ipfire.org
Subject: Re: [PATCH] IPsec: Enable ECP-521/384 by default for new connections
Date: Thu, 11 Aug 2022 18:27:41 +0000 [thread overview]
Message-ID: <40321aed-ff8c-e04c-d992-e54f64929542@ipfire.org> (raw)
In-Reply-To: <20220811161105.1481864-1-michael.tremer@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 1631 bytes --]
Acked-by: Peter Müller <peter.mueller(a)ipfire.org>
> https://lists.ipfire.org/pipermail/development/2022-August/014129.html
>
> Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
> ---
> 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'} = 'chacha20poly1305|aes256gcm128|aes256gcm96|aes256gcm64|aes256|aes192gcm128|aes192gcm96|aes192gcm64|aes192|aes128gcm128|aes128gcm96|aes128gcm64|aes128'; #[18];
> $cgiparams{'IKE_INTEGRITY'} = 'sha2_512|sha2_256'; #[19];
> - $cgiparams{'IKE_GROUPTYPE'} = 'curve448|curve25519|4096|3072|2048'; #[20];
> + $cgiparams{'IKE_GROUPTYPE'} = 'curve448|curve25519|e521|e384|4096|3072|2048'; #[20];
> $cgiparams{'IKE_LIFETIME'} = '3'; #[16];
> $cgiparams{'ESP_ENCRYPTION'} = 'chacha20poly1305|aes256gcm128|aes256gcm96|aes256gcm64|aes256|aes192gcm128|aes192gcm96|aes192gcm64|aes192|aes128gcm128|aes128gcm96|aes128gcm64|aes128'; #[21];
> $cgiparams{'ESP_INTEGRITY'} = 'sha2_512|sha2_256'; #[22];
> - $cgiparams{'ESP_GROUPTYPE'} = 'curve448|curve25519|4096|3072|2048'; #[23];
> + $cgiparams{'ESP_GROUPTYPE'} = 'curve448|curve25519|e521|e384|4096|3072|2048'; #[23];
> $cgiparams{'ESP_KEYLIFE'} = '1'; #[17];
> $cgiparams{'COMPRESSION'} = 'off'; #[13];
> $cgiparams{'ONLY_PROPOSED'} = 'on'; #[24];
next prev parent reply other threads:[~2022-08-11 18:27 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-06 7:17 [PATCH] vpnmain.cgi: Mark MODP-1536 as broken, phase out MODP-2048 Peter Müller
2022-08-06 12:02 ` Michael Tremer
2022-08-06 14:13 ` Peter Müller
2022-08-06 15:54 ` Michael Tremer
2022-08-06 15:56 ` Michael Tremer
2022-08-11 12:51 ` Peter Müller
2022-08-11 16:06 ` Michael Tremer
2022-08-11 16:11 ` [PATCH] IPsec: Enable ECP-521/384 by default for new connections Michael Tremer
2022-08-11 18:27 ` Peter Müller [this message]
2022-08-11 18:27 ` [PATCH] vpnmain.cgi: Mark MODP-1536 as broken, phase out MODP-2048 Peter Müller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=40321aed-ff8c-e04c-d992-e54f64929542@ipfire.org \
--to=peter.mueller@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox