libmbedtls: enable crypto algorithms for hostap
authorGlenn Strauss <gstrauss@gluelogic.com>
Sat, 22 Oct 2022 17:06:58 +0000 (13:06 -0400)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 13 Nov 2022 20:51:22 +0000 (21:51 +0100)
enable additional crypto algorithms for hostap

hostap uses local implementations if not provided by crypto library,
so might as well enable in the crypto library for shared use by others.

Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
package/libs/mbedtls/Config.in

index 58843d08ce04ed8996c3dd453276027a2ab61c4e..067a9aeb788ca37cc90c0379c5f3f9603f569c5f 100644 (file)
@@ -17,20 +17,20 @@ config MBEDTLS_CCM_C
        default n
 
 config MBEDTLS_CMAC_C
-       bool "MBEDTLS_CMAC_C"
-       default n
+       bool "MBEDTLS_CMAC_C (old but used by hostapd)"
+       default y
 
 config MBEDTLS_DES_C
-       bool "MBEDTLS_DES_C"
-       default n
+       bool "MBEDTLS_DES_C (old but used by hostapd)"
+       default y
 
 config MBEDTLS_GCM_C
        bool "MBEDTLS_GCM_C"
        default y
 
 config MBEDTLS_NIST_KW_C
-       bool "MBEDTLS_NIST_KW_C"
-       default n
+       bool "MBEDTLS_NIST_KW_C (old but used by hostapd)"
+       default y
 
 config MBEDTLS_RIPEMD160_C
        bool "MBEDTLS_RIPEMD160_C"