]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Merge branch 'sctp-convert-to-use-crypto-lib-and-upgrade-cookie-auth'
authorJakub Kicinski <kuba@kernel.org>
Wed, 20 Aug 2025 02:36:29 +0000 (19:36 -0700)
committerJakub Kicinski <kuba@kernel.org>
Wed, 20 Aug 2025 02:36:30 +0000 (19:36 -0700)
commitc3199adbe4ffffc7b6536715e0290d1919a45cd9
treea77462f438da5b5b58a17573c4346fdc1e4aa725
parentf9ca2820f51867aba6a55c64fcd264d1efd69449
parentd5a253702add0da3e1e19252ae2a251ee24b486d
Merge branch 'sctp-convert-to-use-crypto-lib-and-upgrade-cookie-auth'

Eric Biggers says:

====================
sctp: Convert to use crypto lib, and upgrade cookie auth

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.
====================

Link: https://patch.msgid.link/20250818205426.30222-1-ebiggers@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>