]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[eap] Add support for the MD5-Challenge authentication type
authorMichael Brown <mcb30@ipxe.org>
Wed, 10 Jan 2024 15:23:07 +0000 (15:23 +0000)
committerMichael Brown <mcb30@ipxe.org>
Wed, 10 Jan 2024 16:22:32 +0000 (16:22 +0000)
commit08fcb0e8fba4ef1dc770253bfbb330fa0c02e096
tree8bdf5b3b0afd4360b015cea4459410ff0b38614c
parentc6226f104e22db7d19b4c983e962d84b5665c04b
[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>
src/include/ipxe/eap.h
src/net/eap.c