summaryrefslogtreecommitdiffstats
path: root/src/config/general.h
diff options
context:
space:
mode:
authorMichael Brown2024-02-23 13:33:57 +0100
committerMichael Brown2024-02-23 17:24:44 +0100
commit25ffcd79bfd38da96f9905b78e3d5c3cab33dad3 (patch)
treef19e4a09d18890608775e3acbefbe12ca1b6da77 /src/config/general.h
parent[eap] Add progress debug messages (diff)
downloadipxe-25ffcd79bfd38da96f9905b78e3d5c3cab33dad3.tar.gz
ipxe-25ffcd79bfd38da96f9905b78e3d5c3cab33dad3.tar.xz
ipxe-25ffcd79bfd38da96f9905b78e3d5c3cab33dad3.zip
[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>
Diffstat (limited to 'src/config/general.h')
-rw-r--r--src/config/general.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/config/general.h b/src/config/general.h
index 6e8e86b2..de009a87 100644
--- a/src/config/general.h
+++ b/src/config/general.h
@@ -92,6 +92,12 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
#define CRYPTO_80211_WPA2 /* Add support for stronger WPA cryptography */
/*
+ * 802.1x EAP authentication methods
+ *
+ */
+#define EAP_METHOD_MD5 /* MD5-Challenge port authentication */
+
+/*
* Name resolution modules
*
*/