]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
iscsi-target; Enforce 1024 byte maximum for CHAP_C key value
authorNicholas Bellinger <nab@linux-iscsi.org>
Fri, 13 Jun 2014 04:28:31 +0000 (04:28 +0000)
committerNicholas Bellinger <nab@linux-iscsi.org>
Fri, 27 Jun 2014 03:56:42 +0000 (20:56 -0700)
commite4fae2318b5ddd7aec0e65871f1b455b796cf33d
tree40cd72769cbfe4aff41e428dc9b9206eb36bb4df
parentb06eef6eab8e4a241f88385527ac4d1844abc18d
iscsi-target; Enforce 1024 byte maximum for CHAP_C key value

This patch adds a check in chap_server_compute_md5() to enforce a
1024 byte maximum for the CHAP_C key value following the requirement
in RFC-3720 Section 11.1.4:

   "..., C and R are large-binary-values and their binary length (not
   the length of the character string that represents them in encoded
   form) MUST not exceed 1024 bytes."

Reported-by: rahul.rane <rahul.rane@calsoftinc.com>
Tested-by: rahul.rane <rahul.rane@calsoftinc.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/target/iscsi/iscsi_target_auth.c