commit | 2ae26de3ec54f041809dc73369e1792ebec52b89 | [log] [tgz] |
---|---|---|
author | Michael Brown <mcb30@ipxe.org> | Wed Jan 10 15:23:07 2024 +0000 |
committer | Michael Brown <mcb30@ipxe.org> | Wed Jan 10 15:33:49 2024 +0000 |
tree | 5a3eec5575c5144010b3b186696ffca98679a98e | |
parent | 6db299dc0f0b674dacab49a8e92ea219f0ff00fd [diff] |
[eap] Add support for the MD5-Challenge authentication type RFC 3748 states that support for MD5-Challenge is mandatory for EAP implementations. The MD5 and CHAP code is already included in the default build since it is required by iSCSI, and so this does not substantially increase the binary size. Signed-off-by: Michael Brown <mcb30@ipxe.org>