mbox series

[net,v4,0/3] esp, ah: improve crypto algorithm selections

Message ID 20200610161437.4290-1-ebiggers@kernel.org (mailing list archive)
Headers show
Series esp, ah: improve crypto algorithm selections | expand

Message

Eric Biggers June 10, 2020, 4:14 p.m. UTC
This series consolidates and modernizes the lists of crypto algorithms
that are selected by the IPsec kconfig options, and adds CRYPTO_SEQIV
since it no longer gets selected automatically by other things.

See previous discussion at
https://lkml.kernel.org/netdev/20200604192322.22142-1-ebiggers@kernel.org/T/#u

Changed v3 => v4:
  - Don't say that AH is "NOT RECOMMENDED" by RFC 8221.
  - Updated commit messages (added Acked-by tags, fixed a bad Fixes tag,
    added some more explanation to patch 3).

Eric Biggers (3):
  esp, ah: consolidate the crypto algorithm selections
  esp: select CRYPTO_SEQIV
  esp, ah: modernize the crypto algorithm selections

 net/ipv4/Kconfig | 34 ++++++++++++++++++----------------
 net/ipv6/Kconfig | 34 ++++++++++++++++++----------------
 net/xfrm/Kconfig | 24 ++++++++++++++++++++++++
 3 files changed, 60 insertions(+), 32 deletions(-)


base-commit: 89dc68533b190117e1a2fb4298d88b96b3580abf

Comments

Steffen Klassert June 17, 2020, 5:58 a.m. UTC | #1
On Wed, Jun 10, 2020 at 09:14:34AM -0700, Eric Biggers wrote:
> This series consolidates and modernizes the lists of crypto algorithms
> that are selected by the IPsec kconfig options, and adds CRYPTO_SEQIV
> since it no longer gets selected automatically by other things.
> 
> See previous discussion at
> https://lkml.kernel.org/netdev/20200604192322.22142-1-ebiggers@kernel.org/T/#u
> 
> Changed v3 => v4:
>   - Don't say that AH is "NOT RECOMMENDED" by RFC 8221.
>   - Updated commit messages (added Acked-by tags, fixed a bad Fixes tag,
>     added some more explanation to patch 3).

Series applied to the ipsec tree, thanks a lot Eric!