]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[eap] Allow MD5-Challenge authentication method to be disabled
authorMichael Brown <mcb30@ipxe.org>
Fri, 23 Feb 2024 12:33:57 +0000 (12:33 +0000)
committerMichael Brown <mcb30@ipxe.org>
Fri, 23 Feb 2024 16:24:44 +0000 (16:24 +0000)
commit25ffcd79bfd38da96f9905b78e3d5c3cab33dad3
treef19e4a09d18890608775e3acbefbe12ca1b6da77
parent834f319f87bd2a1135c51375774f6bfe17a244cc
[eap] Allow MD5-Challenge authentication method to be disabled

RFC 3748 states that implementations must support the MD5-Challenge
method.  However, some network environments may wish to disable it as
a matter of policy.

Allow support for MD5-Challenge to be controllable via the build
configuration option EAP_METHOD_MD5 in config/general.h.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/config/config_eap.c [new file with mode: 0644]
src/config/general.h
src/include/ipxe/eap.h
src/include/ipxe/errfile.h
src/net/eap.c
src/net/eap_md5.c [new file with mode: 0644]