All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] ipv6: sr: HMAC fix and cleanups
@ 2025-08-16  3:11 Eric Biggers
  2025-08-16  3:11 ` [PATCH net-next 1/3] ipv6: sr: Fix MAC comparison to be constant-time Eric Biggers
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Eric Biggers @ 2025-08-16  3:11 UTC (permalink / raw)
  To: netdev, Andrea Mayer; +Cc: David Lebrun, Eric Biggers

This series cleans up the IPv6 Segment Routing HMAC calculations.

Eric Biggers (3):
  ipv6: sr: Fix MAC comparison to be constant-time
  ipv6: sr: Use HMAC-SHA1 and HMAC-SHA256 library functions
  ipv6: sr: Prepare HMAC key ahead of time

 include/net/seg6_hmac.h |  20 ++--
 net/ipv6/Kconfig        |   7 +-
 net/ipv6/seg6.c         |  20 ++--
 net/ipv6/seg6_hmac.c    | 202 +++++-----------------------------------
 4 files changed, 46 insertions(+), 203 deletions(-)


base-commit: 8f5ae30d69d7543eee0d70083daf4de8fe15d585
-- 
2.50.1


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

end of thread, other threads:[~2025-08-18 20:31 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-16  3:11 [PATCH net-next 0/3] ipv6: sr: HMAC fix and cleanups Eric Biggers
2025-08-16  3:11 ` [PATCH net-next 1/3] ipv6: sr: Fix MAC comparison to be constant-time Eric Biggers
2025-08-18 19:16   ` Andrea Mayer
2025-08-18 19:38     ` Eric Biggers
2025-08-18 20:30       ` Eric Biggers
2025-08-16  3:11 ` [PATCH net-next 2/3] ipv6: sr: Use HMAC-SHA1 and HMAC-SHA256 library functions Eric Biggers
2025-08-16  7:01   ` Kuniyuki Iwashima
2025-08-16  7:26     ` Eric Biggers
2025-08-17 16:58       ` Ido Schimmel
2025-08-16  3:11 ` [PATCH net-next 3/3] ipv6: sr: Prepare HMAC key ahead of time Eric Biggers

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.