On Tue, Jun 09, 2020 at 05:54:01PM -0700, Eric Biggers wrote: > From: Eric Biggers <[email protected]> > > Commit f23efcbcc523 ("crypto: ctr - no longer needs CRYPTO_SEQIV") made > CRYPTO_CTR stop selecting CRYPTO_SEQIV. This breaks IPsec for most > users since GCM and several other encryption algorithms require "seqiv" > -- and RFC 8221 lists AES-GCM as "MUST" be implemented. > > Just make XFRM_ESP select CRYPTO_SEQIV. > > Fixes: f23efcbcc523 ("crypto: ctr - no longer needs CRYPTO_SEQIV") made > 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/xfrm/Kconfig | 1 + > 1 file changed, 1 insertion(+)
Acked-by: Herbert Xu <[email protected]> -- Email: Herbert Xu <[email protected]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
