[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200610010110.GC6380@gondor.apana.org.au>
Date: Wed, 10 Jun 2020 11:01:10 +1000
From: Herbert Xu <herbert@...dor.apana.org.au>
To: Eric Biggers <ebiggers@...nel.org>
Cc: netdev@...r.kernel.org, linux-crypto@...r.kernel.org,
Corentin Labbe <clabbe@...libre.com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Steffen Klassert <steffen.klassert@...unet.com>
Subject: Re: [PATCH net v3 3/3] esp, ah: modernize the crypto algorithm
selections
On Tue, Jun 09, 2020 at 05:54:02PM -0700, Eric Biggers wrote:
> From: Eric Biggers <ebiggers@...gle.com>
>
> The crypto algorithms selected by the ESP and AH kconfig options are
> out-of-date with the guidance of RFC 8221, which lists the legacy
> algorithms MD5 and DES as "MUST NOT" be implemented, and some more
> modern algorithms like AES-GCM and HMAC-SHA256 as "MUST" be implemented.
> But the options select the legacy algorithms, not the modern ones.
>
> Therefore, modify these options to select the MUST algorithms --
> and *only* the MUST algorithms.
>
> Also improve the help text.
>
> Suggested-by: Herbert Xu <herbert@...dor.apana.org.au>
> Suggested-by: Steffen Klassert <steffen.klassert@...unet.com>
> Cc: Corentin Labbe <clabbe@...libre.com>
> Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
> Signed-off-by: Eric Biggers <ebiggers@...gle.com>
> ---
> net/ipv4/Kconfig | 21 +++++++++++++++++++--
> net/ipv6/Kconfig | 21 +++++++++++++++++++--
> net/xfrm/Kconfig | 15 +++++++++------
> 3 files changed, 47 insertions(+), 10 deletions(-)
Acked-by: Herbert Xu <herbert@...dor.apana.org.au>
--
Email: Herbert Xu <herbert@...dor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
Powered by blists - more mailing lists