From: Xin Long <lucien.xin@gmail.com>
To: Eric Biggers <ebiggers@kernel.org>
Cc: linux-sctp@vger.kernel.org, netdev@vger.kernel.org,
Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>,
linux-crypto@vger.kernel.org
Subject: Re: [PATCH net-next v2 0/3] sctp: Convert to use crypto lib, and upgrade cookie auth
Date: Mon, 18 Aug 2025 13:42:04 -0400 [thread overview]
Message-ID: <CADvbK_c+5SjTXx18evELOuKEVpnr3CpXAJ9H61LBYD4YbYo1mw@mail.gmail.com> (raw)
In-Reply-To: <20250813040121.90609-1-ebiggers@kernel.org>
On Wed, Aug 13, 2025 at 12:03 AM Eric Biggers <ebiggers@kernel.org> wrote:
>
> This series converts SCTP chunk and cookie authentication to use the
> crypto library API instead of crypto_shash. This is much simpler (the
> diffstat should speak for itself), and also faster too. In addition,
> this series upgrades the cookie authentication to use HMAC-SHA256.
>
> I've tested that kernels with this series applied can continue to
> communicate using SCTP with older ones, in either direction, using any
> choice of None, HMAC-SHA1, or HMAC-SHA256 chunk authentication.
>
> Changed in v2:
> - Added patch which adds CONFIG_CRYPTO_SHA1 to some selftests configs
>
> Eric Biggers (3):
> selftests: net: Explicitly enable CONFIG_CRYPTO_SHA1 for IPsec
> sctp: Use HMAC-SHA1 and HMAC-SHA256 library for chunk authentication
> sctp: Convert cookie authentication to use HMAC-SHA256
>
> Documentation/networking/ip-sysctl.rst | 11 +-
> include/net/netns/sctp.h | 4 +-
> include/net/sctp/auth.h | 17 +-
> include/net/sctp/constants.h | 9 +-
> include/net/sctp/structs.h | 35 +---
> net/sctp/Kconfig | 47 ++----
> net/sctp/auth.c | 166 ++++---------------
> net/sctp/chunk.c | 3 +-
> net/sctp/endpointola.c | 23 +--
> net/sctp/protocol.c | 11 +-
> net/sctp/sm_make_chunk.c | 60 +++----
> net/sctp/sm_statefuns.c | 2 +-
> net/sctp/socket.c | 41 +----
> net/sctp/sysctl.c | 51 +++---
> tools/testing/selftests/net/config | 1 +
> tools/testing/selftests/net/netfilter/config | 1 +
> 16 files changed, 124 insertions(+), 358 deletions(-)
>
>
> base-commit: 8f5ae30d69d7543eee0d70083daf4de8fe15d585
> --
> 2.50.1
>
Acked-by: Xin Long <lucien.xin@gmail.com>
prev parent reply other threads:[~2025-08-18 17:42 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-13 4:01 [PATCH net-next v2 0/3] sctp: Convert to use crypto lib, and upgrade cookie auth Eric Biggers
2025-08-13 4:01 ` [PATCH net-next v2 1/3] selftests: net: Explicitly enable CONFIG_CRYPTO_SHA1 for IPsec Eric Biggers
2025-08-13 4:01 ` [PATCH net-next v2 2/3] sctp: Use HMAC-SHA1 and HMAC-SHA256 library for chunk authentication Eric Biggers
2025-08-13 4:01 ` [PATCH net-next v2 3/3] sctp: Convert cookie authentication to use HMAC-SHA256 Eric Biggers
2025-08-15 19:09 ` Jakub Kicinski
2025-08-15 21:19 ` Xin Long
2025-08-15 21:50 ` Eric Biggers
2025-08-16 1:06 ` Jakub Kicinski
2025-08-16 17:15 ` Xin Long
2025-08-18 15:43 ` Jakub Kicinski
2025-08-18 17:31 ` Eric Biggers
2025-08-18 17:41 ` Xin Long
2025-08-18 17:42 ` Xin Long [this message]
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=CADvbK_c+5SjTXx18evELOuKEVpnr3CpXAJ9H61LBYD4YbYo1mw@mail.gmail.com \
--to=lucien.xin@gmail.com \
--cc=ebiggers@kernel.org \
--cc=linux-crypto@vger.kernel.org \
--cc=linux-sctp@vger.kernel.org \
--cc=marcelo.leitner@gmail.com \
--cc=netdev@vger.kernel.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;
as well as URLs for NNTP newsgroup(s).