]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Enable EAP-SIM and SIM/USIM simulators in eapol_test builds
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sun, 10 Dec 2017 12:39:42 +0000 (12:39 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sun, 10 Dec 2017 12:39:42 +0000 (12:39 +0000)
scripts/travis/eapol_test/config_freebsd
scripts/travis/eapol_test/config_linux
scripts/travis/eapol_test/config_osx

index 6108e38b997ab5d23d1e51494c341953699cb9bb..b341b5704d800dc11de2070ddb4eaa435859de0d 100644 (file)
@@ -9,6 +9,7 @@
 # be modified from here. In most cases, these lines should use += in order not
 # to override previous values of the variables.
 
+CFLAGS += -g3
 #CFLAGS += -I/usr/local/include/openssl
 #LIBS += -L/usr/local/lib
 
@@ -134,7 +135,10 @@ CONFIG_EAP_AKA=y
 CONFIG_EAP_AKA_PRIME=y
 
 # Enable USIM simulator (Milenage) for EAP-AKA
-#CONFIG_USIM_SIMULATOR=y
+CONFIG_USIM_SIMULATOR=y
+
+# Enable SIM simulator (Milenage) for EAP-SIM
+CONFIG_SIM_SIMULATOR=y
 
 # EAP-SAKE
 CONFIG_EAP_SAKE=y
index 8268a3e7046118560db236590c0588d318994f9a..7ea108844965fa262b9d7c24a928da776f735060 100644 (file)
@@ -9,7 +9,7 @@
 # be modified from here. In most cases, these lines should use += in order not
 # to override previous values of the variables.
 
-
+CFLAGS += -g3
 #CFLAGS += -I/usr/local/include/openssl
 #LIBS += -L/usr/local/lib
 
@@ -113,7 +113,7 @@ CONFIG_EAP_GTC=y
 CONFIG_EAP_OTP=y
 
 # EAP-SIM (enable CONFIG_PCSC, if EAP-SIM is used)
-#CONFIG_EAP_SIM=y
+CONFIG_EAP_SIM=y
 
 # EAP-PSK (experimental; this is _not_ needed for WPA-PSK)
 CONFIG_EAP_PSK=y
@@ -135,7 +135,10 @@ CONFIG_EAP_AKA=y
 CONFIG_EAP_AKA_PRIME=y
 
 # Enable USIM simulator (Milenage) for EAP-AKA
-#CONFIG_USIM_SIMULATOR=y
+CONFIG_USIM_SIMULATOR=y
+
+# Enable SIM simulator (Milenage) for EAP-SIM
+CONFIG_SIM_SIMULATOR=y
 
 # EAP-SAKE
 CONFIG_EAP_SAKE=y
index 0da145086eeee2d831950134ae3f43c94c31e4dd..e30f1e01d71b3e3b4f2c7abfbd0510e9c15a90df 100644 (file)
@@ -9,7 +9,7 @@
 # be modified from here. In most cases, these lines should use += in order not
 # to override previous values of the variables.
 
-CFLAGS += -I /usr/local/opt/openssl/include -I/usr/local/include/openssl
+CFLAGS += -g3 -I /usr/local/opt/openssl/include -I/usr/local/include/openssl
 LIBS += -L/usr/local/opt/openssl/lib -L/usr/local/lib
 
 # Some Red Hat versions seem to include kerberos header files from OpenSSL, but
@@ -112,7 +112,7 @@ CONFIG_EAP_GTC=y
 CONFIG_EAP_OTP=y
 
 # EAP-SIM (enable CONFIG_PCSC, if EAP-SIM is used)
-#CONFIG_EAP_SIM=y
+CONFIG_EAP_SIM=y
 
 # EAP-PSK (experimental; this is _not_ needed for WPA-PSK)
 CONFIG_EAP_PSK=y
@@ -134,7 +134,10 @@ CONFIG_EAP_AKA=y
 CONFIG_EAP_AKA_PRIME=y
 
 # Enable USIM simulator (Milenage) for EAP-AKA
-#CONFIG_USIM_SIMULATOR=y
+CONFIG_USIM_SIMULATOR=y
+
+# Enable SIM simulator (Milenage) for EAP-SIM
+CONFIG_SIM_SIMULATOR=y
 
 # EAP-SAKE
 CONFIG_EAP_SAKE=y