netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] sctp: Convert to use crypto lib, and upgrade cookie auth
@ 2025-08-11 19:37 Eric Biggers
  2025-08-11 19:37 ` [PATCH net-next 1/2] sctp: Use HMAC-SHA1 and HMAC-SHA256 library for chunk authentication Eric Biggers
  2025-08-11 19:37 ` [PATCH net-next 2/2] sctp: Convert cookie authentication to use HMAC-SHA256 Eric Biggers
  0 siblings, 2 replies; 4+ messages in thread
From: Eric Biggers @ 2025-08-11 19:37 UTC (permalink / raw)
  To: linux-sctp, netdev, Xin Long, Marcelo Ricardo Leitner
  Cc: linux-crypto, Eric Biggers

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.

Eric Biggers (2):
  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 ++++----
 14 files changed, 122 insertions(+), 358 deletions(-)

base-commit: 8f5ae30d69d7543eee0d70083daf4de8fe15d585
-- 
2.50.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-08-12 10:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-11 19:37 [PATCH net-next 0/2] sctp: Convert to use crypto lib, and upgrade cookie auth Eric Biggers
2025-08-11 19:37 ` [PATCH net-next 1/2] sctp: Use HMAC-SHA1 and HMAC-SHA256 library for chunk authentication Eric Biggers
2025-08-12 10:58   ` Paolo Abeni
2025-08-11 19:37 ` [PATCH net-next 2/2] sctp: Convert cookie authentication to use HMAC-SHA256 Eric Biggers

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