[PATCH 0/2] scsi: target: minor CHAP fixes

David Disseldorp <[email protected]> Fri, 5 Jun 2026 22:16:46 +1000
Newsgroups org.kernel.vger.target-devel,org.kernel.vger.linux-scsi
Message-ID <[email protected]>
These patches resolve a couple of other issues pointed out by the
sashiko bot when reviewing a separate CHAP change:
https://sashiko.dev/#/patchset/20260521151121.808477-1-hossu.alexandru%40gmail.com

Hexadecimal CHAP_I handling appears to have been broken for over a
decade, so another option might be to pull out support for such encoded
values.

----------------------------------------------------------------
David Disseldorp (2):
      scsi: target: fix hexadecimal CHAP_I handling
      scsi: target: use constant-time crypto_memneq for CHAP digests

 drivers/target/iscsi/iscsi_target_auth.c | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)