]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Build with LibreSSL 3.4
authorJouni Malinen <j@w1.fi>
Fri, 15 Apr 2022 09:34:05 +0000 (12:34 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 15 Apr 2022 10:00:26 +0000 (13:00 +0300)
Signed-off-by: Jouni Malinen <j@w1.fi>
tests/build/build-wpa_supplicant-libressl-3.4.config [new file with mode: 0644]

diff --git a/tests/build/build-wpa_supplicant-libressl-3.4.config b/tests/build/build-wpa_supplicant-libressl-3.4.config
new file mode 100644 (file)
index 0000000..9228b01
--- /dev/null
@@ -0,0 +1,27 @@
+CONFIG_TLS=openssl
+LIBRESSLDIR=/usr/local/libressl/3.4.3
+CFLAGS += -I$(LIBRESSLDIR)/include
+LIBS += -L$(LIBRESSLDIR)/lib
+LIBS_p += -L$(LIBRESSLDIR)/lib
+LDFLAGS += -Wl,-rpath=$(LIBRESSLDIR)/lib
+
+CONFIG_WPS=y
+CONFIG_EAP_TLS=y
+CONFIG_EAP_MSCHAPV2=y
+
+CONFIG_EAP_PSK=y
+CONFIG_EAP_GPSK=y
+CONFIG_EAP_AKA=y
+CONFIG_EAP_SIM=y
+CONFIG_EAP_SAKE=y
+CONFIG_EAP_PAX=y
+CONFIG_EAP_FAST=y
+CONFIG_EAP_IKEV2=y
+
+CONFIG_SAE=y
+CONFIG_FILS=y
+CONFIG_FILS_SK_PFS=y
+CONFIG_OWE=y
+CONFIG_DPP=y
+
+CFLAGS += -Werror