On Thu, Jun 04, 2020 at 12:23:22PM -0700, Eric Biggers wrote: > From: Eric Biggers <[email protected]> > > Since CRYPTO_CTR no longer selects CRYPTO_SEQIV, it should be selected > by INET_ESP and INET6_ESP -- similar to CRYPTO_ECHAINIV. > > Fixes: f23efcbcc523 ("crypto: ctr - no longer needs CRYPTO_SEQIV") > Cc: Corentin Labbe <[email protected]> > Cc: Greg Kroah-Hartman <[email protected]> > Cc: Herbert Xu <[email protected]> > Cc: Steffen Klassert <[email protected]> > Signed-off-by: Eric Biggers <[email protected]> > --- > net/ipv4/Kconfig | 1 + > net/ipv6/Kconfig | 1 + > 2 files changed, 2 insertions(+) > > diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig > index 23ba5045e3d3..d393e8132aa1 100644 > --- a/net/ipv4/Kconfig > +++ b/net/ipv4/Kconfig > @@ -361,6 +361,7 @@ config INET_ESP > select CRYPTO_SHA1 > select CRYPTO_DES > select CRYPTO_ECHAINIV > + select CRYPTO_SEQIV > ---help--- > Support for IPsec ESP.
Hmm, the selection list doesn't include CTR so just adding SEQIV per se makes no sense. I'm not certain that we really want to include every algorithm under the sun. Steffen, what do you think? Thanks, -- Email: Herbert Xu <[email protected]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
